diff --git a/src/aiida_quantumespresso/calculations/ph.py b/src/aiida_quantumespresso/calculations/ph.py index b55596302..f5068dcf2 100644 --- a/src/aiida_quantumespresso/calculations/ph.py +++ b/src/aiida_quantumespresso/calculations/ph.py @@ -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.'))