Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexportlogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'taexportlogo.py')
-rw-r--r--taexportlogo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/taexportlogo.py b/taexportlogo.py
index d0207ee..e646234 100644
--- a/taexportlogo.py
+++ b/taexportlogo.py
@@ -113,6 +113,8 @@ tasetshade :shade \r"
refbox = 0
myvar = ""
for d in data:
+ if type(d) == type((1,2)):
+ (d,b) = d
if type(d) is float:
if namedbox == 1:
myvar += str(d)