Fix console output in logs function to prevent rich markup issues with MSBuild paths. Set markup and highlight to False for better compatibility.
This commit is contained in:
+2
-1
@@ -830,7 +830,8 @@ def logs(
|
||||
check=False,
|
||||
timeout=60,
|
||||
)
|
||||
console.print(out)
|
||||
# markup=False: пути вида [/opt/swarmui/...] в выводе MSBuild ломают rich-разметку
|
||||
console.print(out, markup=False, highlight=False)
|
||||
except GpuRentError as exc:
|
||||
_die(exc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user