Misc. typo and whitespace fixes
ref: https://forum.freecadweb.org/viewtopic.php?f=3&t=30988#p256964 along with other misc. fixes
This commit is contained in:
@@ -447,9 +447,9 @@ class Spreadsheet:
|
||||
#msg = ex.message
|
||||
#raise Exception(msg) #would discard the type
|
||||
return result
|
||||
|
||||
|
||||
def recompute(self,obj):
|
||||
"Fills the controlled cells and properties"
|
||||
"Fills the controlled cells and properties"
|
||||
if obj:
|
||||
if hasattr(obj,"Controllers"):
|
||||
import Draft
|
||||
|
||||
Reference in New Issue
Block a user