Skip to content

Commit

Permalink
Merge c4d433c into 0c3c3aa
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Oct 16, 2020
2 parents 0c3c3aa + c4d433c commit ee400de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_cp2k/workchains/base.py
Expand Up @@ -74,7 +74,7 @@ def resubmit_unconverged_geometry(self, calc):
params = add_restart_sections(params)

# If not all the restart keys are present, adding them to the input dictionary
except KeyError:
except (AttributeError, KeyError):
params = add_restart_sections(params)

# Might be able to solve the problem
Expand Down

0 comments on commit ee400de

Please sign in to comment.