Skip to content

Commit

Permalink
return(False) → return False
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolko-123 committed Jul 18, 2019
1 parent 34a3c89 commit f59ff88
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mod_Asm4/placeDatumCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def IsActive(self):
if selectedType=='PartDesign::CoordinateSystem' or selectedType=='PartDesign::Point':
return True
else:
return(False)
return False


"""
Expand Down
2 changes: 1 addition & 1 deletion Mod_Asm4/placeLinkCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def IsActive(self):
if Gui.Selection.getSelection()[0].isDerivedFrom('App::Link'):
return True
else:
return(False)
return False


"""
Expand Down
Binary file added Resources/media/LCS_Attachment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/media/LCS_MapMode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/media/Toolbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f59ff88

Please sign in to comment.