Python: Make py/side-effect-in-assert handle example

Also removed parantheses
This commit is contained in:
Rasmus Wriedt Larsen
2020-02-11 14:42:12 +01:00
parent ae8dbd81f3
commit 6e349eb6e7
4 changed files with 15 additions and 4 deletions

View File

@@ -1 +1 @@
assert(subprocess.call(['run-backup']) == 0)
assert subprocess.call(['run-backup']) == 0