2021.4.6 #25

Merged
edraft merged 57 commits from 2021.4.6 into 2021.4.post1 2021-04-11 15:54:38 +02:00
Showing only changes of commit d5b8286f68 - Show all commits

View File

@ -81,7 +81,7 @@ class CommandHandler(ABC):
self._project_not_found() self._project_not_found()
return return
else: elif command.is_workspace_needed or project_name is None:
if workspace is None: if workspace is None:
Error.error( Error.error(
'The command requires to be run in an CPL workspace or project, ' 'The command requires to be run in an CPL workspace or project, '