Skip to content

Commit

Permalink
Fix a bug in add_branch.
Browse files Browse the repository at this point in the history
Apparently I left some debug code in and also did something....weird?
  • Loading branch information
m-hall committed Mar 24, 2015
1 parent 5a03497 commit 224f567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions branch_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def add_branch(branch):
branches.remove(branch)
branches.insert(0, branch)
hypno['branches'] = branches
print(data['HypnotoadSVN']['branches'])
'sublime.active_window().set_project_data'(data)
sublime.active_window().set_project_data(data)
return True


Expand Down

0 comments on commit 224f567

Please sign in to comment.