Reset colorama style after use

This commit is contained in:
Joey Geralnik
2015-03-21 22:16:34 +02:00
parent af3df301ad
commit 0154a87b87
+1 -1
View File
@@ -171,7 +171,7 @@ class ConsoleApplication(object):
cursor_position = "\033[A"
else:
cursor_position = ""
print("%-80s" % (cursor_position + Style.BRIGHT + message,))
print("%-80s" % (cursor_position + Style.BRIGHT + message + Style.RESET_ALL,))
self._status_updated = True
def find_device(type):