Skip to content

Commit

Permalink
Merge branch 'master' into feature/expose-enumerations-to-python
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert committed Jan 2, 2021
2 parents 8fbbfb2 + 01072f3 commit 1a48017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathIconViewProvider.py
Expand Up @@ -78,7 +78,7 @@ def setEdit(self, vobj=None, mode=0):
# pylint: disable=unused-argument
if 0 == mode:
self._onEditCallback(True)
return True
return False

def unsetEdit(self, arg1, arg2):
# pylint: disable=unused-argument
Expand Down

0 comments on commit 1a48017

Please sign in to comment.