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] Save Data: Remove extra file extensions #3700

Merged
merged 1 commit into from
Mar 29, 2019

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Mar 28, 2019

Issue

Fixes #3667.

Description of changes

Qt's non-native file save dialog was giving wrong extensions: instead of iris.tab.gz it had iris.gz, or, sometimes, apparently iris.tab.tab.

Now the function for removing extensions chips away any parts of extension that can appear in any filter.

Includes
  • Code changes
  • Tests

@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

Merging #3700 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master   #3700      +/-   ##
=========================================
+ Coverage    84.5%   84.5%   +<.01%     
=========================================
  Files         373     373              
  Lines       68317   68323       +6     
=========================================
+ Hits        57732   57739       +7     
+ Misses      10585   10584       -1

@lanzagar lanzagar changed the title OWSave: Remove extra file extensions [FIX] Save Data: Remove extra file extensions Mar 29, 2019
@lanzagar lanzagar merged commit d3ec31f into biolab:master Mar 29, 2019
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.

3 participants