Skip to content

Commit

Permalink
fixed exception in trace
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed May 20, 2023
1 parent f247f9e commit fc6ab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/kraken/server/bg/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def refresh_schema_repo(stage_id, complete_starting_run_id=None):
if run is not None:
log.set_ctx(flow_kind=run.flow.kind, flow=run.flow_id, run=run.id)

log.info('refresh schema repo for stage: %d, run: %s',
log.info('refresh schema repo for stage: %s, run: %s',
stage, run)

planner_url = os.environ.get('KRAKEN_PLANNER_URL', consts.DEFAULT_PLANNER_URL)
Expand Down

0 comments on commit fc6ab37

Please sign in to comment.