Loading transfer_service/db_connector.py +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ class DbConnector(object): (value, nodeOSPath,)) self.conn.commit() def getOSPath(self, vospacePath, pathPrefix): def getOSPath(self, vospacePath): if self.conn: self.cursor.execute(""" SELECT os_path, tstamp_wrapper_dir Loading Loading
transfer_service/db_connector.py +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ class DbConnector(object): (value, nodeOSPath,)) self.conn.commit() def getOSPath(self, vospacePath, pathPrefix): def getOSPath(self, vospacePath): if self.conn: self.cursor.execute(""" SELECT os_path, tstamp_wrapper_dir Loading