fix: logging include double "tutor" prefix

This commit is contained in:
Régis Behmo 2025-08-11 15:56:46 +02:00 committed by Régis Behmo
parent d389db41af
commit 6e51ee2f3c

View File

@ -101,7 +101,7 @@ class Cli:
Output will be captured in the log file.
"""
logger.info("Running command: tutor %s (logs: %s)", self.command, self.log_path)
logger.info("Running command: %s (logs: %s)", self.command, self.log_path)
# Override execute function
with self.patch_objects():