quick fix tasks
This commit is contained in:
@@ -625,6 +625,8 @@ def handle_calctrimp(id,
|
||||
csvfile = csvfilename+'.csv'
|
||||
elif os.path.exists(csvfilename+'.gz'):
|
||||
csvfile = csvfilename+'.gz'
|
||||
else:
|
||||
return 0
|
||||
|
||||
csvfile = os.path.abspath(csvfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user