Skip to content

Commit

Permalink
Reformats log message
Browse files Browse the repository at this point in the history
  • Loading branch information
LashaO committed Jun 22, 2023
1 parent 3ed24da commit 5af6a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbia/web/apis_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ def convert_to_uuid(nid):
logger.info('Visualizing %d annots: %r' % (len(daid_set), daid_set))

if proot.lower() == 'miewid':
logger.info('Batch processing match images')
logger.info('Batch processing miewid match images')
batch_images = qreq_.render_batch_result(cm, daid_set)

for daid, image in zip(daid_set, batch_images):
Expand Down

0 comments on commit 5af6a61

Please sign in to comment.