summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_notes.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_notes.py')
-rwxr-xr-xbin/reproducible_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 80328fac..d8276635 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -51,7 +51,7 @@ def load_notes():
+ '\nThis means there is no tested ' +
'package with the name ' + pkg)
kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/debian-reproducible.conf',
- '--relay-msg', 'There is problem with the note for '+pkg+' - please investigate']]
+ '--relay-msg', 'There is problem with the note for '+pkg+' - please investigate' ]
call(kgb)
else:
notes[pkg] = []