Skip to content

Commit

Permalink
input_file_name instead of output_file_name
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed May 1, 2019
1 parent da3722a commit 35dc72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_consumer/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,5 +622,5 @@ def _consume(self, redis_hash):
'output_file_name': uploaded_file_path
})
self.logger.info('Processed all %s images of zipfile `%s` in %s',
len(all_hashes), hvals['output_file_name'],
len(all_hashes), hvals['input_file_name'],
timeit.default_timer() - start)

0 comments on commit 35dc72e

Please sign in to comment.