CC-3892: Pypopush can be executed before Pypofile copying file

-fixed
This commit is contained in:
Martin Konecny 2012-06-27 16:29:33 -04:00
parent 92ac7f1736
commit 81c9eacd00
3 changed files with 21 additions and 5 deletions

View file

@ -70,6 +70,9 @@ class PypoFile(Thread):
if do_copy:
self.logger.debug("copying from %s to local cache %s" % (src, dst))
try:
media_item['started_copying'] = True
"""
copy will overwrite dst if it already exists
"""