summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_remote_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-26 17:09:11 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-26 17:09:11 +0200
commitefe98aa7e40fc1f1b391374549b24ae82ff73ef3 (patch)
treeb282668ec461cf7b9add03c8410d7b0565b84727 /bin/reproducible_remote_scheduler.py
parentc50714b160fd8b2a6539fd5af6f21a0cd9fd8bf2 (diff)
downloadjenkins.debian.net-efe98aa7e40fc1f1b391374549b24ae82ff73ef3.tar.xz
reproducible: fix grammar
Diffstat (limited to 'bin/reproducible_remote_scheduler.py')
-rwxr-xr-xbin/reproducible_remote_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 247c5370..e3682894 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -254,7 +254,7 @@ if not dry_run:
cursor.executemany(query2, save_schedule)
conn_db.commit()
else:
- log.info('Ran with --dry-run, I did scheduled nothing')
+ log.info('Ran with --dry-run, scheduled nothing')
log.info(bcolors.GOOD + message + bcolors.ENDC)
if not (local and requester == "jenkins maintenance job") and len(ids) != 0: