mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
don't ignore bundled zero byte files
This commit is contained in:
parent
a72e56bc45
commit
ac5839b3e8
1 changed files with 0 additions and 2 deletions
|
@ -215,8 +215,6 @@ class GetShared(QDialog):
|
||||||
pd = self.parent.pluginsFolder()
|
pd = self.parent.pluginsFolder()
|
||||||
if z:
|
if z:
|
||||||
for l in z.infolist():
|
for l in z.infolist():
|
||||||
if not l.file_size:
|
|
||||||
continue
|
|
||||||
try:
|
try:
|
||||||
os.makedirs(os.path.join(
|
os.makedirs(os.path.join(
|
||||||
pd, os.path.dirname(l.filename)))
|
pd, os.path.dirname(l.filename)))
|
||||||
|
|
Loading…
Reference in a new issue