Skip to content
Snippets Groups Projects
Commit 7e93ae26 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Allow `None` value for --[in|out]put-port

This is probably a band-aid covering up for earlier poor design choices,
but `--input-port=None` and `--output-port=None` are now allowed in calls
to the `get_*_factory()` functions in factory.py. If `None`, a default
value is used in subsequent calls to initialize the respective factories.

This fixes broken geomag-filter processing that arose when a `None` value
was used to initialize factories after the `--input-port` and `--output-port`
options were added in the previous merge request.
parent 9307d510
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment