Skip to content

Commit

Permalink
More dogbond pylint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert committed Jul 1, 2019
1 parent a9b2e8e commit 8896a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathDressupDogbone.py
Expand Up @@ -415,7 +415,7 @@ def __init__(self, obj, base):

# initialized later
self.boneShapes = None
self.toolRadius = None
self.toolRadius = 0
self.dbg = None
self.locationBlacklist = None
self.shapes = None
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Path/utils/path-lint.sh
Expand Up @@ -73,5 +73,5 @@ if [ -z "$(which pylint)" ]; then
fi

#pylint ${ARGS} PathScripts/ PathTests/
pylint ${ARGS} PathScripts/
pylint ${ARGS} PathScripts/PathEngraveBase.py PathScripts/PathDressupDogbone.py

0 comments on commit 8896a84

Please sign in to comment.