Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2023
1 parent b7ea612 commit f38cda2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion capsul/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,8 @@ def path_for_parameters(self, executable, parameters=None):

if parameters is None:
parameters = [
field.name for field in executable.user_fields() # if field.path_type
field.name
for field in executable.user_fields() # if field.path_type
]
if self.debug:
if self._current_iteration is not None:
Expand Down

0 comments on commit f38cda2

Please sign in to comment.