Skip to content
Snippets Groups Projects
Commit 38548c4c authored by Shavers, Nicholas H's avatar Shavers, Nicholas H
Browse files

lint + rebasing

parent f4416c8e
No related branches found
No related tags found
1 merge request!379Netcdf mvp
......@@ -501,7 +501,7 @@ def get_input_factory(args):
input_type = args.input
# stream/url arguments
if args.input_file is not None:
if input_type in ["netcdf", "miniseed"] :
if input_type in ["netcdf", "miniseed"]:
input_stream = open(args.input_file, "rb")
else:
input_stream = open(args.input_file, "r")
......
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