We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3613a commit 3c6d036Copy full SHA for 3c6d036
tools/imagesets/imgset.py
@@ -219,7 +219,7 @@ def fetchdata(self):
219
220
# Download files, preserving relative directory hierarchy
221
for testname, fetchfiles in workflowdata.items():
222
- wfdatadir = pjoin(self.datadir, dataset)
+ wfdatadir = pjoin(self.datadir, testname)
223
os.makedirs(wfdatadir, exist_ok=True)
224
for fname in fetchfiles:
225
url = f"{art_base}/{testname}/{fname}"
0 commit comments