_valid_tokens list is missing intended comma (#11271)
* _valid_tokens list is missing a needed comma
This commit is contained in:
parent
597037c9ff
commit
edca0cde1c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
'compiler',
|
'compiler',
|
||||||
'compiler.name',
|
'compiler.name',
|
||||||
'compiler.version',
|
'compiler.version',
|
||||||
'architecture'
|
'architecture',
|
||||||
# tokens from old-style format strings
|
# tokens from old-style format strings
|
||||||
'package',
|
'package',
|
||||||
'compilername',
|
'compilername',
|
||||||
|
|
Loading…
Reference in a new issue