Minor bugfixes with custom scripts

This commit is contained in:
2021-11-29 09:30:10 +01:00
parent 450295cfcf
commit 3727af11c4
3 changed files with 22 additions and 13 deletions

View File

@@ -57,7 +57,8 @@ class RemoveService(CommandABC):
ws_dict = {
WorkspaceSettings.__name__: {
WorkspaceSettingsNameEnum.default_project.value: self._workspace.default_project,
WorkspaceSettingsNameEnum.projects.value: self._workspace.projects
WorkspaceSettingsNameEnum.projects.value: self._workspace.projects,
WorkspaceSettingsNameEnum.scripts.value: self._workspace.scripts
}
}