Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed May 4, 2023
1 parent 77f44c3 commit 809292e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ def upgrade_slc(slc: Slice) -> None:
params_dict["datasource"] = f"{ds_id}__table"
slc.params = json.dumps(params_dict)
logger.warning(
"updated slice datasource from %s__%s to %s__table for slice: %s",
ds_id,
ds_type,
ds_id,
slc.id
"updated slice datasource from %s__%s to %s__table for slice: %s",
ds_id,
ds_type,
ds_id,
slc.id,
)
except Exception:
# skip any malformatted params
Expand Down

0 comments on commit 809292e

Please sign in to comment.