Skip to content
Snippets Groups Projects
Commit 5a9cdbdf authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed missing parameter.

parent ac8a8cd7
No related branches found
No related tags found
No related merge requests found
Pipeline #16019 passed
......@@ -1235,7 +1235,8 @@ class DbConnector(object):
""",
(storageType,
storageBasePath,
storageHostname,))
storageHostname,
tapePool,))
storageSrcId = cursor.fetchall()[0]["storage_id"]
except Exception:
if not conn.closed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment