Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslindner committed Jul 31, 2024
1 parent 920274c commit 78b4d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/riscv/collect_experiment_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_example_dirs():

def backup_file(path):
now = datetime.now()
datetimestr = now.strftime("%Y-%d-%m_%H-%M-%S")
datetimestr = now.strftime("%Y-%m-%d_%H-%M-%S")
backuppath = path + "_backup_" + datetimestr
shutil.copyfile(path, backuppath)

Expand Down

0 comments on commit 78b4d52

Please sign in to comment.