Skip to content

Commit a405123

Browse files
committed
fix filenames
1 parent f2e0d70 commit a405123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acc_scripts/period_acc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
str_month = '{:02d}'.format(day_ini.month)
5252
str_day = '{:02d}'.format(day_ini.day)
5353
str_date = str_year + '-' + str_month + '-' + str_day
54-
fname = ev['out_dir'] + '/' + 'cloud-' + str_date + '.csv'
54+
fname = ev['out_dir'] + '/' + 'cloud-' + infra + '-' + str_date + '.csv'
5555
day_end = datetime(day_ini.year, day_ini.month, day_ini.day, 23, 59, 59)
5656
ti = oaf.to_secepoc(day_ini)
5757
tf = oaf.to_secepoc(day_end)

0 commit comments

Comments
 (0)