File: err_178.txt

package info (click to toggle)
python-refurb 1.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,700 kB
  • sloc: python: 9,468; makefile: 40; sh: 6
file content (8 lines) | stat: -rw-r--r-- 886 bytes parent folder | download
1
2
3
4
5
6
7
8
test/data/err_178.py:9:5 [FURB178]: Replace `" ".join(shlex.quote(x) for x in y)` with `shlex.join(y)`
test/data/err_178.py:10:5 [FURB178]: Replace `" ".join(shlex.quote(x) for x in y)` with `shlex.join(y)`
test/data/err_178.py:11:5 [FURB178]: Replace `" ".join(shlex.quote(x) for x in y)` with `shlex.join(y)`
test/data/err_178.py:12:5 [FURB178]: Replace `" ".join(quote(x) for x in y)` with `join(y)`
test/data/err_178.py:13:5 [FURB178]: Replace `" ".join(shlex_quote(x) for x in y)` with `join(y)`
test/data/err_178.py:15:5 [FURB178]: Replace `" ".join(shlex.quote(...) for x in y)` with `shlex.join(... for x in y)`
test/data/err_178.py:16:5 [FURB178]: Replace `" ".join(shlex.quote(...) for x in y if ...)` with `shlex.join(... for x in y if ...)`
test/data/err_178.py:17:5 [FURB178]: Replace `" ".join(shlex.quote(...) for x in y if ...)` with `shlex.join(... for x in y if ...)`