Closed danielgafni closed 2 months ago
Thanks for reporting!
I'll add this as a test, and will work on a fix soon.
Hey @danielgafni
Could you please try to reproduce this bug and provide the output of pip freeze
and a code sample?
I was trying to reproduce it, but can't.
Hey, sure, I'll try to do it.
I run into this issue today... I was using
UPath("gs://my-fresh-bucket/some-dir/another-dir/file").parent.mkdir(parents=True, exist_ok=True)
. The bucket was empty and didn't contain any objects.universal-pathlib
attempted to create the bucket instead of creating the directory structure, which caused the code to fail.