Quote config values

This commit is contained in:
jpic 2020-01-31 19:26:23 +01:00
parent 0da90a547b
commit cd5c5aa65f

View File

@ -4,4 +4,4 @@ class Config:
def post_build(self, script):
for key, value in self.values.items():
script.config(f'--{key} {value}')
script.config(f'--{key} "{value}"')