Skip to content

Commit

Permalink
Merge pull request uskudnik#154 from nikputnam/master
Browse files Browse the repository at this point in the history
Fix "not all arguments converted"; loglevel=DEBUG
  • Loading branch information
uskudnik committed Jan 29, 2014
2 parents b4c0e97 + f5fffe4 commit 06a5e7e
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 06a5e7e

Please sign in to comment.