mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-12-26 10:57:55 -07:00
messing with controller update
This commit is contained in:
parent
686a092005
commit
807d502aec
|
@ -203,8 +203,11 @@ def stop_controller(attrname=None, old=None, new=None):
|
|||
pass
|
||||
|
||||
def update_models(attrname=None, old=None, new=None):
|
||||
stop_controller()
|
||||
print(attrname)
|
||||
print(old)
|
||||
print(new)
|
||||
if new is not None:
|
||||
stop_controller()
|
||||
exec(new)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user