Commit 37df3ac8 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 98879ffd
Pipeline #4620 failed with stage
in 0 seconds
...@@ -1989,7 +1989,9 @@ class IFSsimulator(): ...@@ -1989,7 +1989,9 @@ class IFSsimulator():
# else: # else:
# self.result_path = '/data/ifspip/CCD_ima/'+self.source+ss+result_day # self.result_path = '/data/ifspip/CCD_ima/'+self.source+ss+result_day
self.result_path= self.information['result_path']+self.source+ss+result_day
self.result_path= self.information['result_path']+'/'+self.source+ss+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