Cleanup: use '#' prefix for issues instead of 'T'
Match the convention from Gitea instead of Phabricator's T for tasks.
This commit is contained in:
@@ -36,7 +36,7 @@ def check_maps():
|
||||
# Keymap functions of tools are not in blender anyway...
|
||||
continue
|
||||
print("\t%s" % km_id)
|
||||
# TODO T65963, broken keymap hierarchy tests disabled until fixed.
|
||||
# TODO #65963, broken keymap hierarchy tests disabled until fixed.
|
||||
# err = True
|
||||
|
||||
test = maps_bl - maps_py
|
||||
@@ -45,7 +45,7 @@ def check_maps():
|
||||
for km_id in test:
|
||||
km = keyconf.keymaps[km_id]
|
||||
print(" ('%s', '%s', '%s', [])," % (km_id, km.space_type, km.region_type))
|
||||
# TODO T65963, broken keymap hierarchy tests disabled until fixed.
|
||||
# TODO #65963, broken keymap hierarchy tests disabled until fixed.
|
||||
# err = True
|
||||
|
||||
# Check space/region's are OK
|
||||
|
||||
Reference in New Issue
Block a user