_valid_tokens list is missing intended comma (#11271)

* _valid_tokens list is missing a needed comma
This commit is contained in:
Daryl W. Grunau 2019-04-23 17:55:20 -06:00 committed by Greg Becker
parent 597037c9ff
commit edca0cde1c

View file

@ -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',