system_demo_mode: cleanup generated float values in the config
commit4941e9593de5ca3bd7abfc125f51ffa08744e788
authorCampbell Barton <ideasman42@gmail.com>
Wed, 24 May 2023 23:37:48 +0000 (25 09:37 +1000)
committerCampbell Barton <ideasman42@gmail.com>
Wed, 24 May 2023 23:37:48 +0000 (25 09:37 +1000)
treeb469aad7622ccc1cf44139b5a244185709cf649f
parentf885d5d4d7179935c9f0484213de3aeef5ca0e86
system_demo_mode: cleanup generated float values in the config

Converting 32-bit floats as 64-bit caused them to show many decimal
places in the generated configuration & the stdout.

Use a 32-bit float repr function to avoid this.
system_demo_mode/config.py