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

needs createParentDir set to true

parent 40f43349
No related branches found
No related tags found
1 merge request!368Imagcdf factory mvp
......@@ -238,7 +238,7 @@ class ImagCDFFactory(TimeseriesFactory):
# Handle 'file://' output
elif url.startswith("file://"):
# Get the file path from the URL
url_file = Util.get_file_from_url(url, createParentDirectory=False)
url_file = Util.get_file_from_url(url, createParentDirectory=True)
url_data = timeseries.slice(
starttime=interval_start,
endtime=interval_end,
......
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