Skip to content

Conversation

@busche
Copy link

@busche busche commented May 8, 2023

PR proposal as requested by @sigmavirus24 in #104 .

Feel free to comment & suggest.

@busche
Copy link
Author

busche commented Jun 27, 2023

Hi @sigmavirus24

what can I contribute in order to get my patch merged?

Best,
André

path = "{}/{}".format(existing_path.rstrip("/"), path.lstrip("/"))

return self.add_path(path)
return self.add_path(path, encoding)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
return self.add_path(path, encoding)
return self.add_path(path, encoding="utf-8")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants