index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-03-16 18:09:19 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-03-16 18:09:19 +0100 |
commit | 5d39c4b5c5cd5db8c30843273298e4893f602e12 (patch) | |
tree | 519aafdbe6b97444277ed4dfa7870729a8e84c50 /archinstall.py | |
parent | 20d64e445a8eb071b5cf1afbfa37224405bf36d8 (diff) |
-rw-r--r-- | archinstall.py | 2 |
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' |