CC-3892: Pypopush can be executed before Pypofile copying file
-fixed
This commit is contained in:
parent
92ac7f1736
commit
81c9eacd00
3 changed files with 21 additions and 5 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue