From 5e8b3a6c5b56e5518138788a9c272ef4ce17ee26 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 11 Oct 2012 16:53:32 +0200 Subject: [PATCH] fix typo --- db_add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5