Commit 2d5423b1 authored by Chris McDonough's avatar Chris McDonough

Fix corner case NameError.

parent 5d71ba3f
......@@ -364,7 +364,7 @@ class FilesystemHelper:
except OSError:
# We might have lost a race. If so, the directory
# must exist now
assert os.path.exists(targetpath)
assert os.path.exists(path)
return path
def getOIDForPath(self, path):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment