Skip to content

Commit 40b62b4

Browse files
committed
Update dist.py
1 parent 13b12d5 commit 40b62b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
# Initialize without args to load from reporting.conf
105105
gcs_uploader = GCSUploader()
106106
except Exception as e:
107-
log.error("Failed to initialize GCS Uploader: %s", e)
107+
print("Failed to initialize GCS Uploader: %s", e)
108108
GCS_ENABLED = False
109109

110110
INTERVAL = 10

0 commit comments

Comments
 (0)