Skip to content
Snippets Groups Projects
Commit fb0c646d authored by Bruce Flynn's avatar Bruce Flynn
Browse files

rdrmerge: fix tmp dir args

parent 578af76e
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ def merge_rdrs(inputs, not_before=None, not_after=None, workdir=None):
if workdir is not None:
workdir = working_directory(workdir)
else:
workdir = TemporaryDirectory(os.getcwd())
workdir = TemporaryDirectory(dir=os.getcwd())
# do each set of files separately to handle case where different products
# are provided
......
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