Slightly more logging
This commit is contained in:
parent
383cf0966f
commit
a3ce99ffac
@ -92,6 +92,8 @@ def publish(args, store):
|
|||||||
output[k] = obj['mp_url']
|
output[k] = obj['mp_url']
|
||||||
logging.info('%s => %r', k, output[k])
|
logging.info('%s => %r', k, output[k])
|
||||||
|
|
||||||
|
logging.info('Gathered %d records', len(output))
|
||||||
|
|
||||||
if args.dry_run:
|
if args.dry_run:
|
||||||
logging.info('Dry run, not publishing')
|
logging.info('Dry run, not publishing')
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user