We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a5efc commit 0c6deb2Copy full SHA for 0c6deb2
Makefile
@@ -4,9 +4,9 @@ PY_FILES= find . -type f -not -path '*/\.*' | grep -i '.*[.]py$$' 2> /dev/null
4
entr_warn:
5
@echo "----------------------------------------------------------"
6
@echo " ! File watching functionality non-operational ! "
7
- @echo ""
+ @echo " "
8
@echo "Install entr(1) to automatically run tasks on file change."
9
- @echo "See http://entrproject.org/"
+ @echo "See http://entrproject.org/ "
10
11
12
isort:
0 commit comments