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

OWFile: Set self.data to None on error #1637

Merged
merged 1 commit into from
Oct 7, 2016

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Oct 7, 2016

As noted by @lanzagar, #1635 no longer sets self.data to None in case or error. Fixed.

@codecov-io
Copy link

codecov-io commented Oct 7, 2016

Current coverage is 88.69% (diff: 100%)

Merging #1637 into master will not change coverage

@@             master      #1637   diff @@
==========================================
  Files            78         78          
  Lines          8148       8148          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           7227       7227          
  Misses          921        921          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update 55748e5...690daed

Copy link
Contributor

@lanzagar lanzagar left a comment

Choose a reason for hiding this comment

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

Line 269 probably needs something similar?

@janezd janezd force-pushed the owfile-setdata-none branch from a7ee438 to 690daed Compare October 7, 2016 10:32
@janezd
Copy link
Contributor Author

janezd commented Oct 7, 2016

You're right. I added the missing self.data = None.

@lanzagar lanzagar merged commit 14ff1af into biolab:master Oct 7, 2016
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