Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index aa51c890..25746092 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -1029,7 +1029,7 @@ def strap_in_base(*positionals, **kwargs):
log(f'Could not sync mirrors: {sync_mirrors.exit_code}', level=3, origin='strap_in_base')
return False
-def set_locale(fmt):
+def set_locale(fmt, *positionals, **kwargs):
if not '.' in fmt:
if fmt.lower() == 'se':
fmt = 'en_SE.UTF-8 UTF-8'