mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -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()
|
||||
if z:
|
||||
for l in z.infolist():
|
||||
if not l.file_size:
|
||||
continue
|
||||
try:
|
||||
os.makedirs(os.path.join(
|
||||
pd, os.path.dirname(l.filename)))
|
||||
|
|
Loading…
Reference in a new issue