Skip to content
Snippets Groups Projects
Commit ddbe5a9e authored by David Blyth's avatar David Blyth Committed by Andre Sailer
Browse files

DDG4/python/DDG4.py: Changed failure condition for loadDDG4()

Since gSystem.load() can return 1 if the library has already been
loaded, there are cases where requiring `result == 0` raises a false
exception.  This commit changes the required condition to be `result >=
0`
parent 9c4c8331
No related branches found
No related tags found
Loading
Loading
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