adding py
parent
498be812ab
commit
589d0ce28a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue