Skip to content

Commit

Permalink
fix in case optimization crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabothch authored Jun 4, 2020
1 parent dec37d5 commit a558f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enso.py
Original file line number Diff line number Diff line change
Expand Up @@ -9112,7 +9112,7 @@ def prepforQM(args, q, resultq, job, save_errors, results, input_object, prepfor
"preparation for {}! The conformer "
"is removed.\n".format(prepfor, i.name)
)
for key, value in ifcrashed:
for key, value in ifcrashed.items():
input_object.json_dict[i.name][key] = value
save_errors.append(
"Conformer {} was removed, because preparation "
Expand Down

0 comments on commit a558f9b

Please # to comment.