We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e0d70 commit a405123Copy full SHA for a405123
1 file changed
acc_scripts/period_acc.py
@@ -51,7 +51,7 @@
51
str_month = '{:02d}'.format(day_ini.month)
52
str_day = '{:02d}'.format(day_ini.day)
53
str_date = str_year + '-' + str_month + '-' + str_day
54
- fname = ev['out_dir'] + '/' + 'cloud-' + str_date + '.csv'
+ fname = ev['out_dir'] + '/' + 'cloud-' + infra + '-' + str_date + '.csv'
55
day_end = datetime(day_ini.year, day_ini.month, day_ini.day, 23, 59, 59)
56
ti = oaf.to_secepoc(day_ini)
57
tf = oaf.to_secepoc(day_end)
0 commit comments