Tweaked the authorstats backfill script's output
- Legacy-Id: 13493
This commit is contained in:
parent
219c3015d7
commit
4c6ecbf303
|
@ -49,6 +49,7 @@ for doc in docs_qs.prefetch_related("docalias_set", "formal_languages", "documen
|
|||
continue
|
||||
|
||||
with open(path, 'r') as f:
|
||||
print "\nProcessing %s" % doc.name
|
||||
d = Draft(f.read(), path)
|
||||
|
||||
updated = False
|
||||
|
|
Loading…
Reference in a new issue