Skip to content

Commit

Permalink
fix: no_input not being carried into declarative hook calls
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Dec 14, 2022
1 parent d63af9d commit 236aa4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tackle/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,7 @@ def create_function_model(
calling_directory=context.calling_directory,
calling_file=context.calling_file,
override_context=context.override_context,
no_input=context.no_input,
# Causes TypeError in pydantic -> __subclasscheck__
# env_=context.env_,
)
Expand Down

0 comments on commit 236aa4a

Please sign in to comment.