Skip to content

UrlReader: fix issue with double extensions#4822

Merged
ajdapretnar merged 1 commit intobiolab:masterfrom
PrimozGodec:fix-extension
May 28, 2020
Merged

UrlReader: fix issue with double extensions#4822
ajdapretnar merged 1 commit intobiolab:masterfrom
PrimozGodec:fix-extension

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