CroatianMeteorNetwork / RMS

RPi Meteor Station
https://globalmeteornetwork.org/
GNU General Public License v3.0
176 stars 49 forks source link

issue with --config param #125

Closed markmac99 closed 2 years ago

markmac99 commented 2 years ago

The --config param gets truncated at 1st character. Needs "nargs=1," added to the arg_parser() call Behaviour before fix: python -m Utils.Flux F:\videos\MeteorCam\UK0006\ConfirmedFiles\UK0006_20220423_195237_602594\ -c F:\videos\MeteorCam\UK0006\ConfirmedFiles\UK0006_20220423_195237_602594.config auto RuntimeError: Unknown config file name: F

Behaviour after fix: Loading config file: F:\videos\MeteorCam\UK0006\ConfirmedFiles\UK0006_20220423_195237_602594.config