Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 16, 2023
1 parent 3a43e6b commit cbf569b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def run(self, opts):
for x in open('.gitignore').readlines():
if not x.startswith('/resources/'):
continue
x = x[1:]
p = x.strip().replace('/', os.sep)
for p in glob.glob(p):
d = self.j(tdir, os.path.dirname(p))
Expand Down

0 comments on commit cbf569b

Please sign in to comment.