From 773e2d868de090f1e98de89f4afd60942084a755 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 8 Jun 2016 00:20:46 +0000 Subject: Bugfixes from Andrew Bradford (thanks!). svn path=/branches/tk705/; revision=6441 --- rp/config/rpki-sql-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rp') diff --git a/rp/config/rpki-sql-setup b/rp/config/rpki-sql-setup index 1a133e0b..9c88449f 100755 --- a/rp/config/rpki-sql-setup +++ b/rp/config/rpki-sql-setup @@ -89,7 +89,7 @@ class MySQL_Driver(Abstract_Driver): self.execute("SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = '{0.database}'".format(udb)) return bool(self.fetchone()[0]) - def execute(*args): + def execute(self, *args): try: self._cur except AttributeError: -- cgit v1.2.3