Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 9, 2023
1 parent 2d42757 commit 83df6b1
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 83df6b1

Please sign in to comment.