Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijithAJ committed Feb 12, 2022
1 parent 2398aa8 commit 59b1d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clrprint/clrprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def clrit(*text, clr='default', end:str = "", sep: str = ' '):
'''This will return ASCII colord text.
'''
if IDLE:
clrprint('-'*5,'clrit feature is not supported on IDLE because it doesnot support','-'*5, clr='b,r,b')
raise Exception('-'*5,'clrit feature is not supported on IDLE','-'*5, clr='b,r,b')
colored_string = ''
texts_clrs = _textColor(*text, clr=clr, end=end, sep=sep)
for text_clr in texts_clrs:
Expand Down

0 comments on commit 59b1d1d

Please sign in to comment.