Skip to content
Snippets Groups Projects
Commit 2bea112b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts.mirror] Fix use of start_date variable

parent ade02273
No related branches found
No related tags found
No related merge requests found
Pipeline #51200 passed
......@@ -183,7 +183,8 @@ def mirror(
verbose=False,
)
start_date = start_date.date() # only interested on the day itself
if start_date is not None:
start_date = start_date.date() # only interested on the day itself
for arch in DEFAULT_SUBDIRS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment