Skip to content

[FIX] File: no domain or empty domain -> no data#2337

Merged
kernc merged 2 commits into
biolab:masterfrom
jerneju:key-selectrows
Jun 2, 2017
Merged

[FIX] File: no domain or empty domain -> no data#2337
kernc merged 2 commits into
biolab:masterfrom
jerneju:key-selectrows

Conversation

@jerneju
Copy link
Copy Markdown
Contributor

@jerneju jerneju commented May 23, 2017

Issue

screenshot_20170523_181635
screenshot_20170523_132525

Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

@jerneju
Copy link
Copy Markdown
Contributor Author

jerneju commented May 23, 2017

@jerneju
Copy link
Copy Markdown
Contributor Author

jerneju commented May 23, 2017

@codecov-io
Copy link
Copy Markdown

codecov-io commented May 23, 2017

Codecov Report

Merging #2337 into master will decrease coverage by <.01%.
The diff coverage is 95.23%.

@@            Coverage Diff             @@
##           master    #2337      +/-   ##
==========================================
- Coverage   73.39%   73.38%   -0.01%     
==========================================
  Files         317      317              
  Lines       55582    55619      +37     
==========================================
+ Hits        40792    40818      +26     
- Misses      14790    14801      +11

Comment thread Orange/widgets/data/owfile.py Outdated
else:
table = self.data

if not hasattr(table, "domain") or hasattr(table, "domain") and \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you simplify to table is not None and ...? As per above branching, table can be either a Table or None.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@kernc kernc merged commit da01e9e into biolab:master Jun 2, 2017
@jerneju jerneju deleted the key-selectrows branch June 2, 2017 11:13
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.

4 participants