Skip to content

Commit

Permalink
fixing variable init
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 27, 2023
1 parent e021294 commit 7f302c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/pg_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_terria_map_workbench_data(self, **kwargs):
ret_val: dict = {}

# init the run id
run_id: str = None
run_id: str = ''

# create the sql to get the latest runs for the workbench lookup
sql: str = f"SELECT public.get_latest_runs(_insertion_date:={kwargs['insertion_date']}, _met_class:={kwargs['met_class']}, " \
Expand Down

0 comments on commit 7f302c2

Please sign in to comment.