projects
/
swc-setup-windows-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b3dae
)
Add indication that the Windows installer is running
author
Ethan White
<ethan@weecology.org>
Sun, 4 May 2014 17:56:45 +0000
(13:56 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sun, 4 May 2014 19:47:58 +0000
(12:47 -0700)
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
patch
|
blob
|
history
diff --git
a/swc-windows-installer.py
b/swc-windows-installer.py
index 5cf132df70c67e93ad913c95f6b575c24c42cf05..9af86e797d1dc00ce73ea40b7d95899ae8a01a40 100755
(executable)
--- 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()