configparser.InterpolationSyntaxError if there is percent (%) sign in feed url #4
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/feed2fedi#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ConfigParserraise exception if there is%it feed url (like https://example.org/feed%20name.rss).It can be bypassed by this patch to
control.pyOr just by mention in docs that user should replace
%by%%in configThanks... I'll add this to the next release... (No date planned as of yet :)
On the other hand, it would probably faster for you to create a pull request against the
wipbranch. I am a little ways away from making any changes myself.