fix: logging include double "tutor" prefix
This commit is contained in:
parent
d389db41af
commit
6e51ee2f3c
@ -101,7 +101,7 @@ class Cli:
|
|||||||
|
|
||||||
Output will be captured in the log file.
|
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
|
# Override execute function
|
||||||
with self.patch_objects():
|
with self.patch_objects():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user