Update src/utils/db_connector.py
Co-authored-by: Cole Ramos <colramos@amd.com> Signed-off-by: Karl W. Schulz <koomie@users.noreply.github.com>
This commit is contained in:
@@ -104,7 +104,7 @@ class DatabaseConnector:
|
||||
os.system(cmd)
|
||||
i += 1
|
||||
except pd.errors.EmptyDataError:
|
||||
console_warning("[database] Skipping empty file: %s" % file)
|
||||
console_warning("database", "Skipping empty file: %s" % file)
|
||||
|
||||
console_log("database", "%s collections successfully added." % i)
|
||||
mydb = self.client["workload_names"]
|
||||
|
||||
Reference in New Issue
Block a user