Closed rnozaki closed 1 year ago
After review I am closing this, it was fixed in #57 and we should have released then, let me know if the new release fixes it.
Actually I had cloned #57 in my local repo, and that fix was not addressing the directory missing, from my tests. For some reason the logical condition remained in a way that the directory was deleted and not recreated, causing failures in a further task.
What does this PR do?
Move the place where the temporary directory is deleted. Previously it was being deleted inside the loop, and when the next item was processed:
How should this be tested?
Manual
Is there a relevant Issue open for this?
No
Other Relevant info, PRs, etc
None