From: sasilver Date: Wed, 9 Jul 2008 13:00:19 +0000 (+0000) Subject: Remove an unnecessary line that always raises an exception - there is no 'what'. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3ce2d45bf4063f7e063d5ceb9bf6af957d0c41bb;p=inkscape.git Remove an unnecessary line that always raises an exception - there is no 'what'. --- diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index c190fdde0..96dc7b7ae 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -79,7 +79,6 @@ def errormsg(msg): inkex.errormsg(_("This extension requires two selected paths.")) """ sys.stderr.write(str(msg) + "\n") - return what def check_inkbool(option, opt, value): if str(value).capitalize() == 'True':