adding py

master
rforstner 2021-12-02 11:06:58 +01:00
parent 498be812ab
commit 589d0ce28a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def GatherReportingInfo(DTAPIToken, DTENV,friendlyName):
mgmt = mgmt.append(row,ignore_index=True)
# df.to_csv(reportingFolder + friendlyName + '_Restart_' + strnow +'.csv')
mgmt.to_csv(friendlyName + '_CalculatedMetrics_' + strnow +'.csv')
mgmt.to_csv(friendlyName + '_CalculatedMetrics_' + strnow +'.csv',encoding='utf-8')
with open('./environment.yaml') as file:
doc = yaml.safe_load(file)