Skip to content

Commit aefabb8

Browse files
committed
MAINT: Fix cases where the script isn't present
1 parent 14291e1 commit aefabb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eon/explorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def make_jobs(self):
195195

196196
# Merge potential files into invariants
197197
invariants = dict(invariants, **io.load_potfiles(self.config.path_pot))
198-
atom_list_str = str(self.state.info.get("Saddle Search", "displace_atom_list"))
198+
atom_list_str = str(self.state.info.get("Saddle Search", "displace_atom_list", ""))
199199
for i in range(num_to_make):
200200
search = {}
201201
# The search dictionary contains the following key-value pairs:

0 commit comments

Comments
 (0)