josauder / procedural_city_generation

Procedural City Generation program implemented in Python and Visualized with Blender.
Mozilla Public License 2.0
559 stars 86 forks source link

Fixes issue with --configure argument for UI.py #25

Closed garyservin closed 7 years ago

garyservin commented 7 years ago

In this case, the complete dictionary was being overwritten, I made sure that we only modify the 'value' field.

Also some minor pep8 fixes and format to the configuration file.