overthesun / simoc-sam

Live backend for SAM at Biosphere 2
2 stars 1 forks source link

Remove a conflicting argparse check. #68

Closed ezio-melotti closed 9 months ago

ezio-melotti commented 9 months ago

This PR fixes a bug that occurs when trying to use --no-sio. The check verifies that no port value is set when running with --no-sio, however the port has a default value which is always set, making the use of --no-sio impossible.