Skip to content

Commit a80820f

Browse files
committed
Add type ID to diff output
1 parent d7a276d commit a80820f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/itemDiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def getattrname(attr):
447447
for item in itemorder:
448448
groupdata = items[item][0]
449449
groupstr = " ({0} => {1})".format(getgroupname(groupdata[1]), getgroupname(groupdata[2])) if groupdata[0] == S["changed"] else ""
450-
print(("\n[{0}] {1}{2}".format(TG[itmstate], getitemname(item).encode('utf-8'), groupstr)))
450+
print(("\n[{0}] {3} {1}{2}".format(TG[itmstate], getitemname(item).encode('utf-8'), groupstr, item)))
451451

452452
effdata = items[item][1]
453453
for effstate in stateorder:

0 commit comments

Comments
 (0)