8000 Indentation · python/python-docs-fr@f53590c · GitHub
[go: up one dir, main page]

Skip to content

Commit f53590c

Browse files
author
Antoine Wecxsteen
committed
Indentation
1 parent f69b3ea commit f53590c

File tree

2 files changed

+2511
-1654
lines changed

2 files changed

+2511
-1654
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ ensure_prerequisites:
8888
echo " git clone $(UPSTREAM) $(CPYTHON_PATH)"; \
8989
exit 1; \
9090
fi
91-
@if [ -n "$$(git -C $(CPYTHON_PATH) status --porcelain)" ]; then \
92-
echo "Your cpython clone at $(CPYTHON_PATH) is not clean."; \
93-
echo "In order to avoid breaking things, please clean it first."; \
94-
exit 1; \
95-
fi
9691
@if ! (blurb help >/dev/null 2>&1 && sphinx-build --version >/dev/null 2>&1); then \
9792
git -C $(CPYTHON_PATH) checkout $(BRANCH); \
9893
echo "You're missing dependencies, please enable a venv and install:"; \

0 commit comments

Comments
 (0)
0