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 _write_file() not truncating the writing account info #9

Merged
merged 1 commit into from
Dec 12, 2015

Conversation

ppolewicz
Copy link
Collaborator

Fix clear_account - fixes #8
Remove commented code
Use json.dump instead of json.dumps to write account info
Do not skip O_BINARY flag on Windows

Fix clear_account - fixes Backblaze#8
Remove commented code
Use json.dump instead of json.dumps to write account info
Do not skip O_BINARY flag on Windows
bwbeach added a commit that referenced this pull request Dec 12, 2015
Fix _write_file() not truncating the writing account info
@bwbeach bwbeach merged commit 437323a into Backblaze:master Dec 12, 2015
@ppolewicz ppolewicz deleted the fix_write_file branch December 12, 2015 18:54
bwbeach pushed a commit that referenced this pull request Apr 5, 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.

~/.b2_account_info is not truncated when being written, clear_account doesn't work
2 participants