[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: remote_scheduler: fix typo

Holger Levsen holger at moszumanska.debian.org
Fri May 8 21:59:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit b9069f32459f2a1e1d270c3aa68ecfc75f84a8b0
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri May 8 23:49:01 2015 +0200

    reproducible: remote_scheduler: fix typo
---
 bin/reproducible_remote_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index dce8a50..2791653 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -142,7 +142,7 @@ query2 = '''INSTERT INTO manual_scheduler
 
 cursor = conn_db.cursor()
 cursor.executemany(query1, to_schedule)
-cursor.executemanu(query2, save_schedule)
+cursor.executemany(query2, save_schedule)
 conn_db.commit()
 
 log.info(bcolors.GOOD + message + bcolors.ENDC)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list