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

Fix Black-recommended linting issue

parent 03125a5c
No related branches found
No related tags found
1 merge request!183Attempt StringIO after failed BytesIO file read
This commit is part of merge request !183. Comments created here will be created in the context of that merge request.
......@@ -71,7 +71,7 @@ def test_controller_input_url():
"--output-url",
"file://" + tmp_dir + "/{obs}{date:%Y%m%d}_XYZF_{t}{i}.{i}",
]
# parse arguments and create initial args object
args = parse_args(fake_argv)
......@@ -103,7 +103,7 @@ def test_controller_input_url():
"--output-url",
"file://" + tmp_dir + "/bou20181024_XYZF_noURL_vmin.min",
]
# parse arguments and create initial args object
args = parse_args(fake_argv)
......
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