Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gramps version output now reports OS rather than Platform
Fixes #12285 Currently `gramps -v` reports the platform insted of O.S. which is confusing to users. Now Gramps will report the operating system name. Reference: https://docs.python.org/3/library/platform.html#platform.system Current: Gramps Settings: ---------------- gramps : AIO64-5.2.2-r1-f905d14 o.s. : win32 With this change: Gramps Settings: ---------------- gramps : AIO64-5.2.2-r1-f905d14 o.s. : Windows
- Loading branch information