Fix typo. Please test your Python code, as CI won't catch it.

main
Teo Mrnjavac 10 years ago
parent 23eca3db55
commit d51b15a919

@ -37,7 +37,7 @@ def run():
# restore backup if available
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))
# run locale-gen if detected

Loading…
Cancel
Save