Closed DaPigGuy closed 6 months ago
Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword
link
(e.g. "Link T-123").💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.
This problem was caused by two separate issues: 1) The file names passed to
Image.Open
were escaped (e.g. " " -> "%20") 2) Frog tries to delete the file after text extraction but might not have the permissions to do so under a sandboxCloses #192, #182