Skip to content

Commit

Permalink
Shorten a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 22, 2019
1 parent 3194014 commit 6f56c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wpsremote/servicebot.py
Expand Up @@ -310,7 +310,8 @@ def output_parser_verbose(self, invoked_process, param_filepath):
self.bus.SendMessage(busIndipendentMessages.
ErrorMessage(exe_msg.originator(),
msg +
" Exception: remote process exception. Please check outputs!",
(" Exception: remote process exception. "
"Please check outputs!"),
exe_msg.UniqueId()))
except BaseException:
pass
Expand Down

0 comments on commit 6f56c2c

Please sign in to comment.