Skip to content

Commit

Permalink
Update gitmanager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
angussidney committed Nov 8, 2017
1 parent ba77445 commit e4f3d8b
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 = kwargs.get("code_permissions", False)
code_permissions = False # kwargs.get("code_permissions", False) - revert this once git is fixed

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

0 comments on commit e4f3d8b

Please sign in to comment.