Skip to content
Snippets Groups Projects

Update V3.6.0

Merged Holger Niemann requested to merge Holgers into master
5 files
+ 401
53
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 4
0
@@ -25,6 +25,10 @@ try:
if line.split("=")[0]=='archivedb':
database = eval(line.split("=")[1].strip())
archivepath = "http://archive-webapi.ipp-hgw.mpg.de/{0}/raw/".format(database)
if line.split("=")[0]=='cachepath':
cpath = database = eval(line.split("=")[1].strip())
if cpath == "":
cpath = parameter_file_path = ospath.join(ospath.dirname(__file__), 'cache')
cFile.close()
except Exception as E:
archivepath="http://archive-webapi.ipp-hgw.mpg.de/Test/raw/"
Loading