Private
Public Access
1
0

quick fix tasks

This commit is contained in:
Sander Roosendaal
2020-02-28 15:26:13 +01:00
parent dfb8a3de75
commit 30ad6bef11

View File

@@ -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)