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 bac9ca7 commit 8bdca4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quacc/runners/ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,12 @@ def run_neb(
image_tmpdir = neb_tmpdir / f"image_{i}"
image_tmpdir.mkdir(parents=True, exist_ok=True)
tmpdir_i, job_results_dir_i = calc_setup(image, copy_files=copy_files)

# Move contents from tmpdir_i to image_tmpdir
for item in tmpdir_i.iterdir():
shutil.move(str(item), str(image_tmpdir))
dir_lists.append([image_tmpdir, job_results_dir_i])

# Update calculator directory
image.calc.directory = image_tmpdir

Expand Down

0 comments on commit 8bdca4f

Please sign in to comment.