]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix typo
authorHolger Levsen <holger@layer-acht.org>
Thu, 11 Oct 2012 14:53:32 +0000 (16:53 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 11 Oct 2012 14:53:32 +0000 (16:53 +0200)
db_add.py

index 24e209f65a138d90987c2172155b55b7fb2e111a..fca6dae6679b61d44a58054b6d843c7e8e7ae059 100755 (executable)
--- a/db_add.py
+++ b/db_add.py
@@ -129,7 +129,7 @@ def add_package_version(origin, package, version):
     con.commit()
     return db_package_instance_id
 
-def db_add_requested_liveboot_build (con, request_id, build_id)
+def db_add_requested_liveboot_build (con, request_id, build_id):
     cur = con.cursor()
     cur.execute("SAVEPOINT a")
     try: