Skip to content
Snippets Groups Projects
Commit ebc178fd authored by Marko Petric's avatar Marko Petric
Browse files

Fix error message

parent f270f335
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def loadDDG4():
result = gSystem.Load("libDDG4Plugins")
if 0 != result:
raise Exception('DDG4.py: Failed to load the Geant4 library libDDG4: '+gSystem.GetErrorStr())
raise Exception('DDG4.py: Failed to load the DDG4 library libDDG4Plugins: '+gSystem.GetErrorStr())
from ROOT import DD4hep as module
return module
......
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