Skip to content

Commit

Permalink
fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed Jan 8, 2024
1 parent 136d48f commit e44eb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/utils/rq_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def create_job(request_payload, sim_type, redis_conn):
"type": sim_type,
"status": "queued",
"engine": request_payload.engine,
"workflow_id": job_id,
"workflow_id": "",
}
logging.info(payload)

Expand Down

0 comments on commit e44eb3e

Please sign in to comment.