diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py index e91057e9..6a851df0 100644 --- a/shell/view/ActivityHost.py +++ b/shell/view/ActivityHost.py @@ -67,7 +67,7 @@ class ActivityHost: return self._model def execute(self, command, args): - self._activity.execute(command, args) + return self._activity.execute(command, args) def share(self): self._activity.share()