Skip to content

Commit

Permalink
Try fixing pylint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Mar 24, 2018
1 parent 0a8c3cd commit 9b9aa7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
reports=no
disable=I
max-args=6

[MESSAGES CONTROL]
disable=line-too-long,len-as-condition,broad-except,invalid-name
1 change: 0 additions & 1 deletion qnapstats/qnap_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def get_volumes(self):
volumes[key]["folders"].append({"sharename": sharename, "used_size": used_size})
except Exception as e:
print(e.args)
pass

return volumes

Expand Down

0 comments on commit 9b9aa7f

Please sign in to comment.