Skip to content

Commit fe53371

Browse files
committed
Less errors if colorama isn't installed
1 parent 4141346 commit fe53371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/.startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import colorama
2222
except ImportError:
2323
pass
24-
finally:
24+
else:
2525
colorama.init()
2626

2727
# set up colored prompt

0 commit comments

Comments
 (0)