Skip to content
Snippets Groups Projects
Commit 682159e6 authored by Federico Stagni's avatar Federico Stagni
Browse files

gLogger instead of print

parent 18de909e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ def __translateBKPath( bkPath, procPassID = 3 ):
bkNodes.append( bk[-2] )
bkNodes.append( bk[-1] )
except:
print "Incorrect BKQuery...\n"
gLogger.error("Incorrect BKQuery")
bkNodes = None
return bkNodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment