diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index 565142e3..d6474c5f 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -69,6 +69,7 @@ except: dbg ('url_show: gnome module failed, using webbrowser') import webbrowser url_show = webbrowser.open +dbg ('url_show: is set to: %s'%url_show) def openurl (url): dbg ('openurl: viewing %s'%url)