Add default separator for grep output
Change-Id: Ic35e0ea20f748e042f3579d1407f7afbe12e825d
This commit is contained in:
parent
9985c84bd8
commit
aefe5fdcfe
@ -19,5 +19,7 @@ class Grep(ProjectShellCommandBase):
|
|||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
DEFAULT_SEP = '/'
|
||||||
|
|
||||||
def _get_command(self, parsed_args):
|
def _get_command(self, parsed_args):
|
||||||
return ['git', 'grep'] + self._extra
|
return ['git', 'grep'] + self._extra
|
||||||
|
Loading…
x
Reference in New Issue
Block a user