Skip to content

Commit

Permalink
Fix SyntaxWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Nov 21, 2024
1 parent 9fc9e18 commit ce9414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_kkr/calculations/kkrnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def prepare_for_submission(self, tempfolder):

else:
raise InputValidationError(
'Either `strucwithpot` or a `parent_folder` has to be provided.\ If necessary remove one of the inputs.'
'Either `strucwithpot` or a `parent_folder` has to be provided. If necessary remove one of the inputs.'
)

print('passed lattice constant=', passed_lattice_const)
Expand Down

0 comments on commit ce9414c

Please sign in to comment.