Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit fa86a7e

Browse files
committed
Make pyflakes happy
1 parent aafa241 commit fa86a7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/build_deploy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ def notify_error(stage, error):
197197
'"git pull -qf origin master"'])
198198

199199
if not args.sync_only:
200-
os.environ['PATH'] = "/usr/local/bin:/srv/builder/bin:" + os.environ['PATH']
200+
os.environ['PATH'] = "/usr/local/bin:/srv/builder/bin:" + \
201+
os.environ['PATH']
201202
try:
202203
syslog.syslog("Build of {}: bundle install".format(name))
203204
result = subprocess.check_output(['bundle', 'install'])

0 commit comments

Comments
 (0)