1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

[api] fixed rpc arguments in seahub.api2.views

This commit is contained in:
lins05
2014-04-01 15:48:42 +08:00
parent cdb0cf300e
commit febf5ea091
3 changed files with 8 additions and 8 deletions

View File

@@ -55,4 +55,4 @@ if ! [[ -f ${pylintrc} ]]; then
exit 1
fi
pylint --rcfile=${pylintrc} $@
pylint --rcfile=${pylintrc} -E $@