diff --git a/geomagio/Controller.py b/geomagio/Controller.py index a153e92505fccee53ce70beba9342e9d1885fc05..e5ab736b3a961583feceb6cd9ebb3f5924466aff 100644 --- a/geomagio/Controller.py +++ b/geomagio/Controller.py @@ -535,7 +535,8 @@ def parse_args(args): ' CAUTION: Using multiple observatories is not' + ' recommended in most cases; especially with' + ' single observatory formats like IAGA and PCDCP.', - nargs='*') + nargs='*', + type=str) parser.add_argument('--inchannels', nargs='*', help='Channels H, E, Z, etc')