Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Fix mumble-build-number.py script
Previously the script would assemble the query URL by taking the individual parameters literally. However, for certain inputs this could lead to an invalid URL, resulting in an error 400 (Bad Request) when attempting to make this query to the server. In order to avoid these situations, the parameters are now properly encoded (quoted) before being inserted into the query URL. Thus, we ensure to always produce valid URLs.
- Loading branch information