"git@code.ihep.ac.cn:maxt/CEPCSW.git" did not exist on "50ce326de55f8603abcf4e3802d54d41972f9739"
-
David Blyth authored
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`
ddbe5a9e