From: Holger Levsen Date: Thu, 11 Oct 2012 14:53:32 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=5e8b3a6c5b56e5518138788a9c272ef4ce17ee26;p=profitbricks%2Fjenkins-build-scripts.git fix typo --- diff --git a/db_add.py b/db_add.py index 24e209f..fca6dae 100755 --- 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: