mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
Python: Make py/side-effect-in-assert handle example
Also removed parantheses
This commit is contained in:
@@ -1 +1 @@
|
||||
assert(subprocess.call(['run-backup']) == 0)
|
||||
assert subprocess.call(['run-backup']) == 0
|
||||
|
||||
Reference in New Issue
Block a user