Skip to content

Commit

Permalink
incorporates Ghisvail's change in nipype#657
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jun 29, 2023
1 parent df92bd1 commit 0d34855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydra/engine/helpers_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ def template_update_single(
# if input_dict_st with state specific value is not available,
# the dictionary will be created from inputs object
from ..utils.typing import TypeParser # noqa
from pydra.engine.specs import LazyField

VALID_TYPES = (str, ty.Union[str, bool], Path, ty.Union[Path, bool])
VALID_TYPES = (str, ty.Union[str, bool], Path, ty.Union[Path, bool], LazyField)

if inputs_dict_st is None:
inputs_dict_st = attr.asdict(inputs, recurse=False)
Expand Down

0 comments on commit 0d34855

Please sign in to comment.