mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-20 17:59:00 +00:00
run_pylint.py: Remove duplicity
This commit is contained in:
parent
149b4e3124
commit
42e0a0c64d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ def main():
|
|||
|
||||
args, include_pattern, exclude_pattern = probe_args()
|
||||
if "-h" in args or "--help" in args:
|
||||
sys.stdout.write(__doc__)
|
||||
print_line(__doc__)
|
||||
return 0
|
||||
files = probe_dir(
|
||||
os.getcwd(), re.compile(include_pattern), re.compile(exclude_pattern)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue