mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
python: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import os
|
||||
import os
|
||||
|
||||
def unsafe_setup(name):
|
||||
os.system("ping " + name) # $result=OK - this is inside a setyp script, so it's fine.
|
||||
os.system("ping " + name) # $ result=OK - this is inside a setyp script, so it's fine.
|
||||
|
||||
Reference in New Issue
Block a user