Skip to content

Commit

Permalink
Do not show cvs command on the status bar (Fixed gornostal#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Dec 22, 2013
1 parent 2bb7435 commit 0d7c063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modific.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __init__(self, *args, **kwargs):
self.settings = get_settings()
super(VcsCommand, self).__init__(*args, **kwargs)

def run_command(self, command, callback=None, show_status=True,
def run_command(self, command, callback=None, show_status=False,
filter_empty_args=True, **kwargs):
if filter_empty_args:
command = [arg for arg in command if arg]
Expand Down

0 comments on commit 0d7c063

Please sign in to comment.