Code

Remove an unnecessary line that always raises an exception - there is no 'what'.
authorsasilver <sasilver@users.sourceforge.net>
Wed, 9 Jul 2008 13:00:19 +0000 (13:00 +0000)
committersasilver <sasilver@users.sourceforge.net>
Wed, 9 Jul 2008 13:00:19 +0000 (13:00 +0000)
share/extensions/inkex.py

index c190fdde031918d62c33f6e55efcc6f792aed1da..96dc7b7ae46c6af42de3d9259523207d50deb295 100755 (executable)
@@ -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':