summaryrefslogtreecommitdiff
path: root/lorry-controller-remove-old-jobs
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2015-12-15 11:28:47 +0000
committerBen Brown <ben.brown@codethink.co.uk>2015-12-15 11:53:47 +0000
commitce7951ae8f2725c427388eece9c1ad1ef28ba810 (patch)
treebb7d0cb749446e7a9d7be02bacc4088e02be9ac3 /lorry-controller-remove-old-jobs
parentff83a8987cae6aba71e4b912d6f3dd7a390fc1c3 (diff)
downloadlorry-controller-ce7951ae8f2725c427388eece9c1ad1ef28ba810.tar.gz
Remove trailing whitespace
While we're here, seeing as Adam mentioned it. Change-Id: I5ddb86c70d76a84cf12fbd4eb91f3802e490d745
Diffstat (limited to 'lorry-controller-remove-old-jobs')
-rwxr-xr-xlorry-controller-remove-old-jobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry-controller-remove-old-jobs b/lorry-controller-remove-old-jobs
index 8cdf601..2a54a30 100755
--- a/lorry-controller-remove-old-jobs
+++ b/lorry-controller-remove-old-jobs
@@ -102,7 +102,7 @@ class OldJobRemover(cliapp.Application):
job_infos.append(self.get_job_info(job_id))
except urllib2.HTTPError as e:
logging.warning(
- 'Trouble getting job info for job %s: %s' %
+ 'Trouble getting job info for job %s: %s' %
(job_id, str(e)))
return job_infos