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

UrlReader: fix issue with double extensions #4822

Merged
merged 1 commit into from
May 28, 2020

Conversation

PrimozGodec
Copy link
Contributor

Issue

In #4747 I overlooked the case when the file has two extensions (e.g. .tar.gz) - such files were not read since Orange parse them base on the extensions.

Description of changes

Fixed the case with two extensions.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented May 27, 2020

Codecov Report

Merging #4822 into master will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4822      +/-   ##
==========================================
- Coverage   84.01%   83.99%   -0.03%     
==========================================
  Files         281      276       -5     
  Lines       56901    56085     -816     
==========================================
- Hits        47804    47107     -697     
+ Misses       9097     8978     -119     

@ajdapretnar ajdapretnar merged commit efbe9ef into biolab:master May 28, 2020
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