Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 10, 2025
1 parent e46227f commit 4cc11b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quacc/runners/ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def run_neb(
traj.close()

logfile = dyn.logfile
if hasattr(logfile, 'close'):
if hasattr(logfile, "close"):
logfile.close()

# Perform cleanup operations
Expand Down

0 comments on commit 4cc11b5

Please sign in to comment.