We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219c301 commit 4c6ecbfCopy full SHA for 4c6ecbf
1 file changed
ietf/stats/backfill_data.py
@@ -49,6 +49,7 @@
49
continue
50
51
with open(path, 'r') as f:
52
+ print "\nProcessing %s" % doc.name
53
d = Draft(f.read(), path)
54
55
updated = False
0 commit comments