Skip to content

Commit

Permalink
nit: use . instead of : in file name for scp support
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeety4 committed Jun 27, 2024
1 parent c7e2cdb commit cb455b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
LOCATION_TYPE_VILLAGE = "village"
LOCATION_TYPE_RC = "rc"

run_time = datetime.datetime.utcnow().strftime("%Y-%m-%d_%H:%M:%S")
run_time = datetime.datetime.utcnow().strftime("%Y-%m-%d_%H.%M.%S")
progress_logfile = f"migrate_users_and_their_cases_to_new_rc_level_{run_time}.log"
error_logfile = f"migrate_users_and_their_cases_to_new_rc_level_errors_{run_time}.log"

Expand Down

0 comments on commit cb455b5

Please sign in to comment.