Commit 4365a0f3 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent db8dc64c
...@@ -1046,7 +1046,7 @@ class MCIsimulator(): ...@@ -1046,7 +1046,7 @@ class MCIsimulator():
# else: # else:
# self.result_path = '/data/mcisimdata/'+result_day # self.result_path = '/data/mcisimdata/'+result_day
self.result_path = self.information['result_path']+self.source+"_"+result_day self.result_path = self.information['result_path']+result_day
if os.path.isdir(self.result_path)==False: if os.path.isdir(self.result_path)==False:
os.mkdir(self.result_path) os.mkdir(self.result_path)
......
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