mirror of https://github.com/pyodide/pyodide.git
Use raw string to pass linter
This commit is contained in:
parent
8412fa2679
commit
eda430ca54
|
@ -108,7 +108,7 @@ def handle_command(line, args):
|
|||
for arg in line:
|
||||
if r'/file.c' in arg or '_configtest' in arg:
|
||||
return
|
||||
if re.match('/tmp/.*/source\.[bco]+', arg):
|
||||
if re.match(r'/tmp/.*/source\.[bco]+', arg):
|
||||
return
|
||||
if arg == '-print-multiarch':
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue