Update mozetl/graphics/graphics_telemetry_dashboard.py
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
This commit is contained in:
Родитель
78218d3274
Коммит
09a88a6d0b
|
@ -329,7 +329,6 @@ def export(filename, obj, **kwargs):
|
|||
bucket = storage_client.get_bucket(OUTPUT_BUCKET)
|
||||
blob = bucket.blob(full_filename)
|
||||
|
||||
# Convert the 'obj' dictionary to JSON and upload it to GCS
|
||||
# serialize snake case dicts via their underlying dict
|
||||
blob.upload_from_string(
|
||||
json.dumps(obj, cls=snake_case.SnakeCaseEncoder),
|
||||
|
|
Загрузка…
Ссылка в новой задаче