Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Apr 26, 2023
1 parent f4048ec commit d7ce3b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ironflow/nodes/pyiron/atomistics_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ def update_event(self, inp=-1):
if self.inputs.values.enable_remove:
if self.inputs.values.remove_all:
self.outputs.values.project.remove_jobs(
recursive=self.inputs.values.recursive,
silently=True
recursive=self.inputs.values.recursive, silently=True
)
else:
self.outputs.values.project.remove_job(
Expand Down

0 comments on commit d7ce3b5

Please sign in to comment.