Skip to content

Commit

Permalink
fix bug: no curr_wdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hsulab committed Dec 5, 2023
1 parent 69c78cf commit bcd0e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gdpx/worker/drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ def inspect(self, resubmit=False, *args, **kwargs):
wdir_existence = [(self.directory/x).exists() for x in wdir_names]
if all(wdir_existence):
for x in wdir_names:
curr_wdir = self.directory/x
self.driver.directory = curr_wdir
if not self.driver.read_convergence():
break
Expand Down

0 comments on commit bcd0e9e

Please sign in to comment.