From df289b56dbbf4ce6eb7c40a823489e684db94a2a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 6 Jun 2024 17:04:49 -0400 Subject: [PATCH] chore: syntax --- tubular/scripts/frontend_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubular/scripts/frontend_utils.py b/tubular/scripts/frontend_utils.py index 31e7cadb..4c2f7167 100755 --- a/tubular/scripts/frontend_utils.py +++ b/tubular/scripts/frontend_utils.py @@ -238,7 +238,7 @@ def _upload_js_sourcemaps(self, app_path): f'DATADOG_API_KEY={api_key}', ]) command_args = ' '.join([ - f'--service="{app_config.get('DATADOG_SERVICE')}"', + f'--service="{app_config.get("DATADOG_SERVICE")}"', f'--release-version="{version}"' '--minified-path-prefix="/"', # Sourcemaps are relative to the root when deployed ])