Skip to content

Commit 4c6ecbf

Browse files
committed
Tweaked the authorstats backfill script's output
- Legacy-Id: 13493
1 parent 219c301 commit 4c6ecbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/stats/backfill_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
continue
5050

5151
with open(path, 'r') as f:
52+
print "\nProcessing %s" % doc.name
5253
d = Draft(f.read(), path)
5354

5455
updated = False

0 commit comments

Comments
 (0)