fixed wrong exception #87
Labels
No labels
bug
enhancement
good first issue
halted
help wanted
security
wait for upstream
wait to be tested
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: b3yond/ticketfrei#87
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?
Author: @b3yond Posted at: 19.02.2019 15:28
Fixes the following error:
It's basically the same exception as in line 35, but apparently I confused a TypeError for an IndexError when applying the same solution to post() as I applied in crawl(). Wouldn't have happened with copy-paste.
Author: @b3yond Posted at: 19.02.2019 15:36
To test:
Author: @git-sid Posted at: 19.02.2019 15:48
Looks like an easy fix that can be merged.