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 Sep 18, 2024
1 parent 0cde001 commit 75d2f93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aiida_nanotech_empa/workflows/gaussian/nics_workchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ def inspect_nics(self):

self.out("output_parameters", self.ctx[label].outputs.output_parameters)
self.out("output_structure", self.ctx.nics.inputs.structure)
return engine.ExitCode(0)
return engine.ExitCode(0)

def finalize(self):
self.report("Finalizing...")

# Add extras.
struc = self.inputs.structure
common_utils.add_extras(struc, "surfaces", self.node.uuid)
common_utils.add_extras(struc, "surfaces", self.node.uuid)

0 comments on commit 75d2f93

Please sign in to comment.