You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that there are only single backslashes in the report_file property. This causes the JSON to be invalid: \t is interpreted as a tabulation but there is no such thing as \c or \s. Because of this, the file cannot be loaded with tools such as the json package in Python. All backslashes in the path should be escaped as \\.
The text was updated successfully, but these errors were encountered:
Command run on Windows 10, cloc version 1.88:
cloc . --json --out=d:\temp\cloc\stats-PaymentIntegrationTests.json
The following report was produced:
Note that there are only single backslashes in the
report_file
property. This causes the JSON to be invalid:\t
is interpreted as a tabulation but there is no such thing as\c
or\s
. Because of this, the file cannot be loaded with tools such as thejson
package in Python. All backslashes in the path should be escaped as\\
.The text was updated successfully, but these errors were encountered: