mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
update comment
This commit is contained in:
parent
afa34d9d39
commit
ee7da2bd65
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ def copyLocalMedia(src, dst):
|
|||
return
|
||||
dstDir = dst.mediaDir(create=True)
|
||||
files = os.listdir(srcDir)
|
||||
# find media references; ignore latex cache
|
||||
# find media references
|
||||
used = {}
|
||||
for col in ("question", "answer"):
|
||||
txt = dst.s.column0("""
|
||||
|
|
Loading…
Reference in a new issue