Home | History | Annotate | Download | only in bin

Lines Matching refs:modified_categories

351         if diff.added_categories or diff.removed_categories or diff.modified_categories \
355 len(diff.modified_categories)))
364 if diff.modified_categories and not args.stats:
365 print(" Modified Categories: {0}".format(len(diff.modified_categories)))
366 for name, mod in sorted(diff.modified_categories.items()):