fix
This commit is contained in:
parent
5a88d127d6
commit
a98294a65e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
rwx_lint() {
|
rwx_lint() {
|
||||||
local path="${1}"
|
local path="${1}"
|
||||||
[ -n "${path}" ] || return 1
|
[ -n "${path}" ] || return 1
|
||||||
rwx_lint_clean
|
rwx_lint_clean "${path}"
|
||||||
set \
|
set \
|
||||||
"python" \
|
"python" \
|
||||||
"shell"
|
"shell"
|
||||||
|
@ -11,7 +11,7 @@ rwx_lint() {
|
||||||
rwx_log "${code}"
|
rwx_log "${code}"
|
||||||
"rwx_lint_${code}" "${path}"
|
"rwx_lint_${code}" "${path}"
|
||||||
done
|
done
|
||||||
rwx_lint_clean
|
rwx_lint_clean "${path}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# clean
|
# clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue