From f4feb5a9326978f490ccea2f5a324bb6e03cd71d Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 22 May 2013 22:21:48 +0000 Subject: fix error introduced in pep8 cleanup --- (limited to 'plugins') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index c2d0a8c..36d98e2 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -1581,7 +1581,7 @@ bullets')) # into position to place the next block in the stack. # TODO: Add expandable argument x, y = self.tw.active_turtle.get_xy() - if isinstance(blkname) == list: + if isinstance(blkname, list): name = blkname[0] if len(blkname) > 1: value = blkname[1:] -- cgit v0.9.1