diff options
Diffstat (limited to 'rp/config/rpki-sql-setup')
-rwxr-xr-x | rp/config/rpki-sql-setup | 2 |
1 files changed, 1 insertions, 1 deletions
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: |