This repository was archived by the owner on Jan 3, 2023. It is now read-only.
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Can't save report to a file #123
Open
Description
Getting the following error when trying to save report to a file. Note that running the report without redirecting the output to a file works.
# oscapd-cli result 1 1 report > sample-report.html Traceback (most recent call last): File "/bin/oscapd-cli", line 846, in <module> main() File "/bin/oscapd-cli", line 838, in main cli_result(dbus_iface, args) File "/bin/oscapd-cli", line 466, in cli_result print(report) UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 223106: ordinal not in range(128)