Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "URIError: malformed URI sequence" #233

Merged
merged 2 commits into from
Jul 31, 2020

Conversation

romadrutskii
Copy link
Contributor

No description provided.

util.js Outdated
}
const query = querystring.parse(urlObject.query, { sort: false })
for (const param in query) {
if (query[param] === null) query[param] = ''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style: Please always use { } instead of the one-liner.

@@ -1,6 +1,6 @@
const util = require('../util')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a new test case for python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants