From 7f6cd124ae45e85213810898f94a20d29ec3ef8a Mon Sep 17 00:00:00 2001 From: Ethan White Date: Sun, 4 May 2014 13:56:45 -0400 Subject: [PATCH] Add indication that the Windows installer is running The Windows installer opens a shell while running. This adds some text to that shell so that it is clear that something is happening. --- swc-windows-installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 5cf132d..9af86e7 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -220,4 +220,5 @@ def main(): if __name__ == '__main__': + print("Preparing your Software Carpentry awesomeness!") main() -- 2.26.2