Skip to content

Commit f50da39

Browse files
committed
Fix sdist with data files change in sass#261
1 parent 3a7cd94 commit f50da39

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sassutils/distutils.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,8 @@ def check_readme(self):
193193
except AttributeError:
194194
pass
195195
else:
196-
try:
197-
join = os.path.join
198-
except AttributeError:
199-
from os.path import join # XXX: workaround
200-
self.filelist.extend(join(*pair) for pair in files)
196+
for _, css_files in files:
197+
self.filelist.extend(css_files)
201198
return self._wrapped_check_readme()
202199
sdist._wrapped_check_readme = sdist.check_readme
203200
sdist.check_readme = check_readme

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy