From 8a024b66e0a0ac7c1aa399a2ab1cd6e15ca5e900 Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 18 Aug 2017 11:44:55 +0200 Subject: [PATCH] [bugfix] checked identity of 'None' in autoPyLoT --- autoPyLoT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoPyLoT.py b/autoPyLoT.py index 3ef69712..f1f306b3 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -132,7 +132,7 @@ def autoPyLoT(input_dict=None, parameter=None, inputfile=None, fnames=None, even datastructure.setExpandFields(exf) # check if default location routine NLLoc is available - if parameter['nllocbin'] and locflag: + if real_None(parameter['nllocbin']) and locflag: # get NLLoc-root path nllocroot = parameter.get('nllocroot') # get path to NLLoc executable