Fix a few things with affected by tab (indentation issue, overwriting modifier incorrectly)

This commit is contained in:
blitzmann
2017-07-09 13:18:28 -04:00
parent 49b2e42d8c
commit de35692666
4 changed files with 15 additions and 4 deletions

View File

@@ -431,6 +431,9 @@ def main(old, new, groups=True, effects=True, attributes=True, renames=True):
title = 'items'
printrenames(ren_items, title)
print
print
if effects or attributes or groups:
# Print legend only when there're any interesting changes
if len(global_itmdata[S["removed"]]) > 0 or len(global_itmdata[S["changed"]]) > 0 or len(global_itmdata[S["added"]]) > 0: