pep8: Fix E131.
This commit is contained in:
parent
68f7dae482
commit
6eb6016913
|
@ -62,7 +62,7 @@ result = client.send_message(dict(
|
|||
to = os.environ['ZULIP_STREAM'],
|
||||
subject = 'build for ' + repo_name,
|
||||
content = '%s [%s](%s)' %
|
||||
(repo_name, os.environ['TDDIUM_BUILD_STATUS'], report_url)))
|
||||
(repo_name, os.environ['TDDIUM_BUILD_STATUS'], report_url)))
|
||||
|
||||
if result['result'] != 'success':
|
||||
sys.stderr.write('Error sending to Zulip:\n%s\n' % (result['msg'],))
|
||||
|
|
Loading…
Reference in a new issue