Loading transfer_service/db_connector.py +21 −21 Original line number Diff line number Diff line Loading @@ -1213,11 +1213,11 @@ class DbConnector(object): else: try: cursor.execute(""" SELECT storage_id SELECT DISTINCT storage_id FROM storage JOIN location ON storage_id = storage_dest_id WHERE storage_type = 'local' AND base_path = '/home' AND hostname = 'localhost'; AND location_type = 'async'; """) storageDestId = cursor.fetchall()[0]["storage_id"] except Exception: Loading Loading
transfer_service/db_connector.py +21 −21 Original line number Diff line number Diff line Loading @@ -1213,11 +1213,11 @@ class DbConnector(object): else: try: cursor.execute(""" SELECT storage_id SELECT DISTINCT storage_id FROM storage JOIN location ON storage_id = storage_dest_id WHERE storage_type = 'local' AND base_path = '/home' AND hostname = 'localhost'; AND location_type = 'async'; """) storageDestId = cursor.fetchall()[0]["storage_id"] except Exception: Loading