Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-02 13:18:05 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-02 13:18:05 (GMT)
commitacea321c04f73af26c2aeba04668415759a8c4a4 (patch)
treef8c049de355b4fb8e537eb302a9004f4110fc778 /talogo.py
parent38488438f273315b0061c1f094df436a98fa0cff (diff)
added palette orientation control
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/talogo.py b/talogo.py
index da6ee83..897f780 100644
--- a/talogo.py
+++ b/talogo.py
@@ -734,7 +734,8 @@ class LogoCode:
try:
dsobject = datastore.get(media[6:])
except:
- raise logoerror("#nomedia")
+ # raise logoerror("#nomedia")
+ print "Couldn't open media object %s" % (media[6:])
if movie_media_type(dsobject.file_path[-4:]):
play_movie_from_file(self,
dsobject.file_path, int(x), int(y), int(w), int(h))