Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recorded.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-27 17:25:58 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-27 17:25:58 (GMT)
commit74413c2230fb9a991bcb0593fa26f10e33acb00b (patch)
tree8698db76b176410df5c51c2ea400ae348116c923 /recorded.py
parent77b4ca2c47efeacd3f39f8ee560d4d90fc4e0a06 (diff)
more path fixes for mesh
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@755 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recorded.py')
-rw-r--r--recorded.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/recorded.py b/recorded.py
index 22bfe34..51eb8f1 100644
--- a/recorded.py
+++ b/recorded.py
@@ -171,11 +171,16 @@ class Recorded:
return os.path.abspath(mediaFilepath)
else:
if (meshRequired):
- if (self.ca.recTube != None):
- self.ca.meshInitRoundRobin(self)
+ if (self.meshDownloading):
+ pass #todo: tell kid to stop clicking so fast & that we're working on it!
+ return None
else:
- pass
- #todo: might want to tell kid to get on the mesh?
+ if (self.ca.recTube != None):
+ self.ca.meshInitRoundRobin(self)
+ else:
+ pass
+ #todo: might want to tell kid to get on the mesh?
+ return None
return None
else:
if self.mediaFilename == None: