nur: print OK if eval worked

This commit is contained in:
Jörg Thalheim 2023-05-01 08:13:08 +02:00
parent 9a60de44f5
commit 466559a0c7

View file

@ -74,3 +74,4 @@ def eval_command(args: Namespace) -> None:
None,
)
eval_repo(repo, repo_path)
print("OK")