We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43a3eb commit 22df6f8Copy full SHA for 22df6f8
autoninja.py
@@ -62,7 +62,7 @@ def _reclient_rbe_project():
62
"""Returns RBE project used by reclient."""
63
instance = os.environ.get('RBE_instance')
64
if instance:
65
- m = re.match(instance, 'projects/([^/]*)/instances/.*')
+ m = re.match(instance, r'projects/([^/]*)/instances/.*')
66
if m:
67
return m[1]
68
reproxy_cfg_path = reclient_helper.find_reclient_cfg()
0 commit comments