diff --git a/ammo/controller.py b/ammo/controller.py index 9f5163a..ad5e3ee 100755 --- a/ammo/controller.py +++ b/ammo/controller.py @@ -29,7 +29,7 @@ def _post_exec(self) -> bool: This function is executed after every command. It returns whether the UI should break from repl. """ - return True + return False @abstractmethod def _normalize(self, destination: Path, dest_prefix: Path) -> Path: