diff options
author | Sebastian Muszytowski <sebastian@muszytowski.net> | 2016-02-27 21:18:57 +0100 |
---|---|---|
committer | Sebastian Muszytowski <sebastian@muszytowski.net> | 2016-02-27 21:18:57 +0100 |
commit | b76109c662c9080801d8151cf64aff02a23bf978 (patch) | |
tree | 8d619a53fc9d73242b9bf1232bfa5bf3ea293d04 /utilities/flasher.py | |
parent | eb89bd002c5af7612f2aa24881312711667dcc3e (diff) |
fixed start output of flasher.py
Diffstat (limited to 'utilities/flasher.py')
-rw-r--r-- | utilities/flasher.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utilities/flasher.py b/utilities/flasher.py index 67f8c08..b39d913 100644 --- a/utilities/flasher.py +++ b/utilities/flasher.py @@ -62,8 +62,7 @@ def printError(): flash_command = sys.argv[1] -print colored("Using the following command to flash: ", "green") -print flash_command +print colored("Using the following command to flash: %s" % flash_command, "green") while True: print colored("Press any key to continue or 'q' to quit.","yellow") |