Commit 1d32d13e authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent f5931562
Pipeline #4619 failed with stage
in 0 seconds
...@@ -1046,6 +1046,8 @@ class MCIsimulator(): ...@@ -1046,6 +1046,8 @@ class MCIsimulator():
# else: # else:
# self.result_path = '/data/mcisimdata/'+result_day # self.result_path = '/data/mcisimdata/'+result_day
print(self.information['result_path'])
self.result_path = self.information['result_path']+self.source+"_"+result_day self.result_path = self.information['result_path']+self.source+"_"+result_day
if os.path.isdir(self.result_path)==False: if os.path.isdir(self.result_path)==False:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment