diff --git a/inkscape_contributed/eggbot_machinetoolfixup.py b/inkscape_contributed/eggbot_machinetoolfixup.py index 8b40f95..75b93b1 100644 --- a/inkscape_contributed/eggbot_machinetoolfixup.py +++ b/inkscape_contributed/eggbot_machinetoolfixup.py @@ -56,7 +56,7 @@ class EggbotMachineToolFixup( inkex.Effect ): - Remove font name info so that we don't process this again ''' - if not node: + if node is None: return style_str = node.get( 'style' )