forked from organicmaps/organicmaps
[tools] Fixed warning with wrong escape sequence
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
00a93e760c
commit
62f5c53eec
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ def exec_shell(test, *flags):
|
|||
|
||||
def grep_ios():
|
||||
logging.info("Grepping iOS...")
|
||||
grep = "grep -r -I 'L(\|localizedText\|localizedPlaceholder\|NSLocalizedString(' {0}/iphone/*".format(
|
||||
grep = "grep -r -I 'L(\\|localizedText\\|localizedPlaceholder\\|NSLocalizedString(' {0}/iphone/*".format(
|
||||
OMIM_ROOT)
|
||||
ret = exec_shell(grep)
|
||||
ret = filter_ios_grep(ret)
|
||||
|
|
Loading…
Add table
Reference in a new issue