mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
release: v1.0.4
This commit is contained in:
@@ -4011,7 +4011,7 @@ class AdvancedReporter:
|
||||
else:
|
||||
lines.append("_No pivot assets discovered._")
|
||||
|
||||
with open(path, "w", encoding="utf-8") as fh:
|
||||
with open(path, "w", encoding="utf-8", errors="replace") as fh:
|
||||
fh.write("\n".join(lines) + "\n")
|
||||
out("ok", f"Markdown saved: {path}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user