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 bug in SFTPStorage._save(). #159

Closed
wants to merge 1 commit into from
Closed

Conversation

sgpinkus
Copy link

SFTPStorage._save() is only ever called on closing a SFTPStorageFile. SFTPStorageFile passes this method bytes, but SFTPStorage._save() was treating the parameter as a file.

@codecov-io
Copy link

codecov-io commented Jun 10, 2016

Current coverage is 31.07%

Merging #159 into master will increase coverage by 0.02%

@@             master       #159   diff @@
==========================================
  Files            17         17          
  Lines          1298       1297     -1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            403        403          
+ Misses          895        894     -1   
  Partials          0          0          

Powered by Codecov. Last updated by 006ba30...c1fd618

@jschneier
Copy link
Owner

Hey, thanks for this. This was I believe fixed in #177 via a slightly different tweak. Let me know if you're still seeing issues and sorry for the late response.

@jschneier jschneier closed this Aug 2, 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