PaperPi
PaperPi copied to clipboard
documentation creation clobbers ini file when run with `-p` option
Describe the bug
The create documentation utility clobbers the paperpi.ini
file when run with the -p
option and wipes out all the other module configurations.
To Reproduce Steps to reproduce the behavior:
- run
./utilities/create_documentation.py -p foo_plugin
- check
./config/paperpi.ini
and see that all plugins other thanfoo_plugin
are missing
Expected behavior
Should add foo_plugin
to ini file without clobbering everything else