Created
August 7, 2014 20:07
-
-
Save j-griffith/2e0cfa586b1367da902e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOG.debug('Image fetch details: dest %(dest)s, size %(sz).2f MB, ' | |
'duration %(duration).2f sec', | |
{'dest:': image_file.name, 'sz': fsz_mb, 'duration': duration}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment