Skip to content
Snippets Groups Projects

Attempt StringIO after failed BytesIO file read

All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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)
Loading