Skip to content

Commit fb9de00

Browse files
committed
Add a message for a common error
fix nojhan#73
1 parent 4ae9ab7 commit fb9de00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colout/colout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,6 @@ def join_sort( l ):
10891089
for var in context:
10901090
print(var,context[var])
10911091
print(traceback.format_exc())
1092-
logging.error("unknown color: %s" % e )
1092+
logging.error("unknown color: %s (maybe you forgot to install python3-pygments?)" % e )
10931093
sys.exit( error_codes["UnknownColor"] )
10941094

0 commit comments

Comments
 (0)