Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tablock.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tablock.py')
-rw-r--r--TurtleArt/tablock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tablock.py b/TurtleArt/tablock.py
index e878a46..be1c718 100644
--- a/TurtleArt/tablock.py
+++ b/TurtleArt/tablock.py
@@ -310,7 +310,7 @@ class Block:
elif self.name in media_blocks_dictionary:
return '#smedia_' + self.name.upper()
else:
- return '%nothing%'
+ return None
def highlight(self):
""" We may want to highlight a block... """