Add default separator for grep output

Change-Id: Ic35e0ea20f748e042f3579d1407f7afbe12e825d
This commit is contained in:
Doug Hellmann 2015-03-20 15:56:27 +00:00
parent 9985c84bd8
commit aefe5fdcfe
1 changed files with 2 additions and 0 deletions

View File

@ -19,5 +19,7 @@ class Grep(ProjectShellCommandBase):
log = logging.getLogger(__name__)
DEFAULT_SEP = '/'
def _get_command(self, parsed_args):
return ['git', 'grep'] + self._extra