Commit 5a9cdbdf authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed missing parameter.

parent ac8a8cd7
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1235,7 +1235,8 @@ class DbConnector(object):
                    """,
                    (storageType,
                     storageBasePath,
                     storageHostname,))
                     storageHostname,
                     tapePool,))
                storageSrcId = cursor.fetchall()[0]["storage_id"]
            except Exception:
                if not conn.closed: