Skip to content

Commit c03f669

Browse files
committed
Add missing platform autocompletion for name patterns
1 parent b277f72 commit c03f669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command_line.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def get_tag_dict(self):
219219
tag_dict['System'] = '%(system)'
220220
tag_dict['Architecture'] = '%(arch)'
221221
tag_dict['Short System'] = '%(sys)'
222+
tag_dict['Platform'] = '%(platform)'
222223

223224
return tag_dict
224225

0 commit comments

Comments
 (0)