fix spelling
This commit is contained in:
parent
619f17b2f9
commit
7f66d735a1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class PypoFile(Thread):
|
||||||
if src_size != dst_size:
|
if src_size != dst_size:
|
||||||
do_copy = True
|
do_copy = True
|
||||||
else:
|
else:
|
||||||
self.logger.debug("file %s already exists in local cache as %s, skipping cpoying..." % (src, dst))
|
self.logger.debug("file %s already exists in local cache as %s, skipping copying..." % (src, dst))
|
||||||
media_item['already_exist'] = True
|
media_item['already_exist'] = True
|
||||||
else:
|
else:
|
||||||
do_copy = True
|
do_copy = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue