Fix typo. Please test your Python code, as CI won't catch it.
This commit is contained in:
parent
23eca3db55
commit
d51b15a919
@ -37,7 +37,7 @@ def run():
|
|||||||
|
|
||||||
# restore backup if available
|
# restore backup if available
|
||||||
if os.path.exists('/etc/locale.gen.bak'):
|
if os.path.exists('/etc/locale.gen.bak'):
|
||||||
shutil.copy2("{!s}/etc/locale.gen.bak".format.(install_path),
|
shutil.copy2("{!s}/etc/locale.gen.bak".format(install_path),
|
||||||
"{!s}/etc/locale.gen".format(install_path))
|
"{!s}/etc/locale.gen".format(install_path))
|
||||||
|
|
||||||
# run locale-gen if detected
|
# run locale-gen if detected
|
||||||
|
Loading…
Reference in New Issue
Block a user