diff --git a/tools/essence-feature-usage-stats/web/csv.py b/tools/essence-feature-usage-stats/web/csv.py index 961010dea4..c1fc4a20fa 100644 --- a/tools/essence-feature-usage-stats/web/csv.py +++ b/tools/essence-feature-usage-stats/web/csv.py @@ -41,5 +41,5 @@ def write_csv( with fpath.open("w") as file: file.writelines( - make_csv_lines(stats, delimiter=delimiter, path_depth=path_depth) + make_csv_lines(stats, delimiter=delimiter, path_depth=path_depth), )