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] UrlReader: Support urls with special characters #5412

Merged
merged 1 commit into from
May 7, 2021

Conversation

VesnaT
Copy link
Contributor

@VesnaT VesnaT commented Apr 28, 2021

Issue

The OWFile widget can't read files with special characters in their urls.

Description of changes

Fix UrlReader:

  • use urllib.parse.quote to encode the url
Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Apr 28, 2021

Codecov Report

Merging #5412 (62a7605) into master (98af325) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #5412   +/-   ##
=======================================
  Coverage   86.37%   86.37%           
=======================================
  Files         303      303           
  Lines       62155    62156    +1     
=======================================
+ Hits        53688    53690    +2     
+ Misses       8467     8466    -1     

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