Skip to content

Commit

Permalink
reverting a small fix and monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
realvitya committed Mar 19, 2018
1 parent 80d17b3 commit b34397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicol/cm_cisco.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def init(ct):

DEBUG=True
#Beginning of line. Can be empty or more and/or couple of backspaces.
BOL=r"(^(?: ?<?-+ ?\(?[mM][oO][rR][eE](?: [0-9]{1,2}%)?\)? ?-+>? ?)(?:[\b ]+)|^)"
BOL=r"(^(?: ?<?-+ ?\(?[mM][oO][rR][eE](?: [0-9]{1,2}%)?\)? ?-+>? ?)?(?:[\b ]+)|^)"
#Beginning of a string. Can be empty or default color.
BOS=string.replace("(?:"+ct['default']+r'|\b)',r'[',r'\[');

Expand Down

0 comments on commit b34397f

Please sign in to comment.