mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3a43e6bb0a
commit
cbf569bb06
@ -305,6 +305,7 @@ class Sdist(Command):
|
|||||||
for x in open('.gitignore').readlines():
|
for x in open('.gitignore').readlines():
|
||||||
if not x.startswith('/resources/'):
|
if not x.startswith('/resources/'):
|
||||||
continue
|
continue
|
||||||
|
x = x[1:]
|
||||||
p = x.strip().replace('/', os.sep)
|
p = x.strip().replace('/', os.sep)
|
||||||
for p in glob.glob(p):
|
for p in glob.glob(p):
|
||||||
d = self.j(tdir, os.path.dirname(p))
|
d = self.j(tdir, os.path.dirname(p))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user