Skip to content

Commit

Permalink
Re-enable parsing of \s.
Browse files Browse the repository at this point in the history
  • Loading branch information
teward committed Jan 17, 2017
1 parent a2c88ad commit d8fba96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gitmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ def add_to_blacklist(**kwargs):
chat_profile_link = kwargs.get("chat_profile_link", "http://chat.stackexchange.com/users")
code_permissions = kwargs.get("code_permissions", False)

# for index, item in enumerate(item_to_blacklist):
# item_to_blacklist[index] = item.replace("\s", " ")
item_to_blacklist = item_to_blacklist.replace("\s", " ")

if blacklist == "website":
blacklist_file_name = "blacklisted_websites.txt"
Expand Down

0 comments on commit d8fba96

Please sign in to comment.