Fix join syntax

This commit is contained in:
twangboy 2016-09-16 14:41:35 -06:00
parent ac8610d523
commit 6c5bd7664b

View file

@ -873,7 +873,7 @@ def _windows_platform_data():
osrelease = server[osrelease]
if info['ServicePackMajor'] > 0:
service_pack = ''.join('SP', info['ServicePackMajor'])
service_pack = ''.join(['SP', info['ServicePackMajor']])
osrelease = ' '.join([osrelease, service_pack])
grains = {