- fixed the 'save_project' Tcl Command - missing 'f_handlers' in the path

This commit is contained in:
Marius Stanciu
2022-01-15 18:18:05 +02:00
committed by Marius
parent f59a166503
commit e63eaa6279
2 changed files with 2 additions and 1 deletions

View File

@@ -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)