tdf#158803 fix fstring
Change-Id: I5443341ce308ea0f9906b54c02c51785aa624e6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165375 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
9e424d98e5
commit
84188d1565
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def uncompress_file_to_dir(compressed_file, uncompress_dir):
|
|||
'msiexec', '/a', convert_to_native(compressed_file).replace('/', '\\'),
|
||||
'/quiet',
|
||||
'TARGETDIR=' + convert_to_native(uncompress_dir).replace('/', '\\')]) != 0:
|
||||
raise Exception(f'msiexec failed')
|
||||
raise Exception('msiexec failed')
|
||||
|
||||
return uncompress_dir
|
||||
|
||||
|
|
Loading…
Reference in a new issue