Skip to content

Commit

Permalink
Update cylc/flow/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
hjoliver and MetRonnie authored Oct 20, 2023
1 parent 909e9dc commit 9643892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ def generate_triggers(self, lexpression, left_nodes, right, seq,
)

# Call the xtrigger's validate_config function if it has one.
with suppress(AttributeError):
with suppress(AttributeError, ImportError):
get_func(xtrig.func_name, "validate_config", self.fdir)(
xtrig.func_args,
xtrig.func_kwargs,
Expand Down

0 comments on commit 9643892

Please sign in to comment.