Skip to content

Commit 9179320

Browse files
committed
Submodules have their empty dir
even if uninitialized
1 parent 007e080 commit 9179320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
''', re.VERBOSE)
3030

3131

32-
if not os.path.isdir(LIBSASS_DIR) and os.path.isdir('.git'):
32+
if not os.path.isfile(os.path.join(LIBSASS_DIR, 'Makefile')) and \
33+
os.path.isdir('.git'):
3334
print(file=sys.stderr)
3435
print('You seem to miss initializing submodules; '
3536
'try the following command', file=sys.stderr)

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