We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b277f72 commit c03f669Copy full SHA for c03f669
1 file changed
command_line.py
@@ -219,6 +219,7 @@ def get_tag_dict(self):
219
tag_dict['System'] = '%(system)'
220
tag_dict['Architecture'] = '%(arch)'
221
tag_dict['Short System'] = '%(sys)'
222
+ tag_dict['Platform'] = '%(platform)'
223
224
return tag_dict
225
0 commit comments