fedora-infra/bodhi

Update.get_url() and abs_url() use `os.path.join` for some reason

AdamWill opened this issue · 1 comments

Uh, well. It probably isn't ever going to matter in practice, but if somebody ever tries running a Bodhi instance on Windows for some reason, and fixes every other thing they run into first, this might give them a shock...

(in case it's not clear, os.path.join has no business being used to construct URLs, which always use forward slashes whatever OS you happen to be running on)