Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnk committed Mar 17, 2019
1 parent 090b29b commit 3649384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highlighter.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def find_used_color(sel_string):
return color

def find_usable_color(sel_string):
color = ''
color = None
for key, value in COLORS_BY_SCOPE.items():
if not value:
color = key
Expand Down

0 comments on commit 3649384

Please sign in to comment.