Skip to content

Commit

Permalink
consistent error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Oct 13, 2017
1 parent 56d07bf commit deca21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cppyy/_pypy_cppyy.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def py59_compat(c):
def load_reflection_info(name):
sc = _backend.gbl.gSystem.Load(name)
if sc == -1:
raise RuntimeError("missing reflection library "+name)
raise RuntimeError("Unable to load reflection library "+name)

# add other exports to all
__all__.append('load_reflection_info')
Expand Down

0 comments on commit deca21a

Please sign in to comment.