From b76109c662c9080801d8151cf64aff02a23bf978 Mon Sep 17 00:00:00 2001 From: Sebastian Muszytowski Date: Sat, 27 Feb 2016 21:18:57 +0100 Subject: fixed start output of flasher.py --- utilities/flasher.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utilities') 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") -- cgit v1.2.3