Skip to content

Commit

Permalink
Fix "not all arguments converted"; loglevel=DEBUG
Browse files Browse the repository at this point in the history
Was getting:

�TypeError: not all arguments converted during string formatting

"no_bookkeeping" wasn't being converted.
  • Loading branch information
nikputnam committed Jan 29, 2014
1 parent b4c0e97 commit f5fffe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glacier/GlacierWrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,8 @@ def __init__(self, aws_access_key, aws_secret_key, region,
Creating GlacierWrapper instance with
aws_access_key=%s,
aws_secret_key=%s,
bookkeeping=%r,
bookkeeping=%s,
nobookkeeping=%s,
bookkeeping_domain_name=%s,
region=%s,
sdb_access_key=%s,
Expand Down

0 comments on commit f5fffe4

Please sign in to comment.