We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4100eb7 commit 6a24dd0Copy full SHA for 6a24dd0
src/main/main.py
@@ -109,7 +109,7 @@ def initialize_runs(handler: PackageHandler, today: datetime) -> int:
109
110
# HANDLE ENVIRONMENT VARIABLES
111
env_vars = {
112
- "seq_start": repr(today).replace("'", '"'),
+ "seq_start": f'"{today.strftime('%Y-%m-%d')}"',
113
"nb": int(os.environ.get("NB", 0)),
114
"nb_name": os.environ.get("NB_NAME", "NB"),
115
"seq_notation": int(os.environ.get("SEQ_NOTATION", 0)),
0 commit comments