You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 than foo_plugin are missing
Expected behavior
Should add foo_plugin to ini file without clobbering everything else
The text was updated successfully, but these errors were encountered:
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:
./utilities/create_documentation.py -p foo_plugin
./config/paperpi.ini
and see that all plugins other thanfoo_plugin
are missingExpected behavior
Should add
foo_plugin
to ini file without clobbering everything elseThe text was updated successfully, but these errors were encountered: