commit 74892c32fda1c2ae6df5cd279e51eb89e60f8e20
parent 3efeb7e4d2b754210bb669ced71a550911ae66cf
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sat, 15 Sep 2018 22:58:43 -0400
Pretty please appveyor work
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/make.bat b/make.bat
@@ -9,7 +9,7 @@ except:^
from urllib.request import pathname2url^
-webbrowser.open("file://" + pathname2url(os.path.abspath(sys.argv[1])))
+webbrowser.open("file://" + pathname2url(os.path.abspath(sys.argv[1])))^
set PRINT_HELP_PYSCRIPT=import re, sys^
@@ -21,7 +21,7 @@ for line in sys.stdin:^
target, help = match.groups()^
- print("%-20s %s" % (target, help))
+ print("%-20s %s" % (target, help))^
if "%PYTHON%"=="" (
set PYTHON=python