Skip to content

Commit

Permalink
Fixes #17038: typo in qa-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdall committed Apr 2, 2020
1 parent f827987 commit 50634c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e

find . -name '*.py' | xargs -r grep -L "#!/usr/bin/python3" | grep -v share/python | grep -v zabbix | xargs -r pylint -E --disable=C,R,undefined-variable --persistent=n --init-hook="sys.path[0:0] = ['./centreon/share/python']"
find . -name '*.py' | xargs -r grep -L "#\!/usr/bin/python3" | grep -v share/python | grep -v zabbix | xargs -r pylint -E --disable=C,R,undefined-variable --persistent=n --init-hook="sys.path[0:0] = ['./centreon/share/python']"
find . -name '*.py' | xargs -r grep -l "#\!/usr/bin/python3" | grep -v share/python | grep -v zabbix | xargs -r pylint3 -E --disable=C,R,undefined-variable --persistent=n

0 comments on commit 50634c0

Please sign in to comment.