diff options
Diffstat (limited to 'python/tests')
-rwxr-xr-x | python/tests/flake8.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/flake8.sh b/python/tests/flake8.sh index 51e0788462..1cd7d40fad 100755 --- a/python/tests/flake8.sh +++ b/python/tests/flake8.sh @@ -1,2 +1,2 @@ #!/bin/sh -e -python3 -m flake8 +python3 -m flake8 qemu/ |