Join Nostr
2024-11-26 05:32:23 UTC
in reply to

Marius Gedminas on Nostr: If I do that but without the .resolve(), is my code buggy? Assuming it's part of a ...

If I do that but without the .resolve(), is my code buggy? Assuming it's part of a package, so it won't ever be run like python ./file.py.

I guess I don't know if pathlib.Path('.').parent returns '..' or '', and maybe I should check.