Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero authored and mbercx committed Mar 27, 2024
1 parent 071fd3a commit 10a88e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aiida_quantumespresso/calculations/ph.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def define(cls, spec):
spec.exit_code(350, 'ERROR_UNEXPECTED_PARSER_EXCEPTION',
message='The parser raised an unexpected exception: {exception}')
spec.exit_code(360, 'ERROR_INCOMPATIBLE_FFT_GRID',
message='The FFT grid is incompatible with the detected symmetries. Try using the lattice-specific `ibrav` != 0 in the parent `pw.x` calculation.')
message='The FFT grid is incompatible with the detected symmetries. Try using the lattice-specific '
'`ibrav` != 0 in the parent `pw.x` calculation.')
spec.exit_code(361, 'ERROR_WRONG_REPRESENTATION',
message=('The representation found seems to be wrong according to the detected symmetries. '
'Try using the correct ibrav.'))
Expand Down

0 comments on commit 10a88e4

Please sign in to comment.