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`
Loading
Please register or sign in to comment