summaryrefslogtreecommitdiff
path: root/grc/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'grc/scripts')
-rwxr-xr-xgrc/scripts/grc2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/scripts/grc b/grc/scripts/grc
index 70c7ad1ad..efbcfd295 100755
--- a/grc/scripts/grc
+++ b/grc/scripts/grc
@@ -26,7 +26,7 @@ try: import gnuradio
except ImportError, e:
d = gtk.MessageDialog(type=gtk.MESSAGE_ERROR, buttons=gtk.BUTTONS_CLOSE, message_format="""
Cannot find module gnuradio. Is your PYTHONPATH set correctly?""")
- d.set_title(e.message)
+ d.set_title(str(e))
d.run()
exit(-1)