- fixed the 'save_project' Tcl Command - missing 'f_handlers' in the path
This commit is contained in:
@@ -50,4 +50,4 @@ class TclCommandSaveProject(TclCommandSignaled):
|
||||
:return: None or exception
|
||||
"""
|
||||
|
||||
self.app.save_project(args['filename'], from_tcl=True)
|
||||
self.app.f_handlers.save_project(args['filename'], from_tcl=True)
|
||||
|
||||
Reference in New Issue
Block a user