Skip to content

Commit

Permalink
Revert "Update gitmanager.py"
Browse files Browse the repository at this point in the history
Branch protection was lifted, so this change is no longer necessary
or useful.
  • Loading branch information
tripleee committed Nov 8, 2017
1 parent 12612bd commit 72b3b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def add_to_blacklist(cls, **kwargs):
item_to_blacklist = kwargs.get("item_to_blacklist", "")
username = kwargs.get("username", "")
chat_profile_link = kwargs.get("chat_profile_link", "http://chat.stackexchange.com/users")
code_permissions = False # kwargs.get("code_permissions", False) - revert this once git is fixed
code_permissions = kwargs.get("code_permissions", False)

# Make sure git credentials are set up
if git.config("--get", "user.name", _ok_code=[0, 1]) == "":
Expand Down

0 comments on commit 72b3b90

Please sign in to comment.