Skip to content

Commit

Permalink
Better defaults for abstract controller class
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberrumor committed Oct 30, 2023
1 parent d925c83 commit e2bc9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ammo/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2bc9d9

Please sign in to comment.