[GRASS-git] [OSGeo/grass] 36cf09: grass.benchmark: Use UTF-8 for text files (#2201)
Vaclav Petras
noreply at github.com
Sun Feb 13 13:00:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 36cf0976233791266830fc417f348d53200e18ee
https://github.com/OSGeo/grass/commit/36cf0976233791266830fc417f348d53200e18ee
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2022-02-13 (Sun, 13 Feb 2022)
Changed paths:
M python/grass/benchmark/results.py
Log Message:
-----------
grass.benchmark: Use UTF-8 for text files (#2201)
Use UTF-8 as encoding for text files (JSON files here) in grass.benchmark result reading and writing. This explicitly specifies an encoding and thus it avoids unspecified-encoding warning from Pylint.
More information about the grass-commit
mailing list