]> git.arvados.org - arvados.git/commit
Fix debug log formatting in PySDK.
authorBrett Smith <brett@curoverse.com>
Sun, 5 Apr 2015 21:39:33 +0000 (17:39 -0400)
committerBrett Smith <brett@curoverse.com>
Sun, 5 Apr 2015 21:39:33 +0000 (17:39 -0400)
commit635229a6fc82daa82729f602612054616874916f
treeb2fa3e21be7756aa33178059a1a523e184072bf2
parente88eac059d0c9088edf4d3f60734c4804d7ca500
Fix debug log formatting in PySDK.

When multiple arguments are passed to a logger method, the first
argument is expected to be a printf-style format string, with the
remaining arguments expected to fill in the formatters.

No issue #.
sdk/python/arvados/_ranges.py