nextcloud / news-updater

:newspaper: Fast, parallel feed updater for the News app; written in Python
GNU General Public License v3.0
107 stars 23 forks source link

php value in config gets overwritten from argparser #11

Closed z3ntu closed 6 years ago

z3ntu commented 6 years ago

I was wondering why setting the php executable path in the config file given with -c didn't use the value given there and apparently the merge_configs line in container.py is the fault. The argumentparser puts a default of php and by that overwrites what's coming from the config file.

PR with fix: #12