Tweaked the authorstats backfill script's output

- Legacy-Id: 13493
This commit is contained in:
Henrik Levkowetz 2017-06-02 10:19:12 +00:00
parent 219c3015d7
commit 4c6ecbf303

View file

@ -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