Show More
@@ -26,6 +26,5 b' Prepare check for Python files without p' | |||||
26 |
|
26 | |||
27 | New errors are not allowed. Warnings are strongly discouraged. |
|
27 | New errors are not allowed. Warnings are strongly discouraged. | |
28 |
|
28 | |||
29 |
$ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py; } |
|
29 | $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py | sed 's-\\-/-g'; } | | |
30 |
|
|
30 | > xargs "$check_code" --warnings --per-file=0 || false | |
31 | > || false |
|
General Comments 0
You need to be logged in to leave comments.
Login now