From 5d39c4b5c5cd5db8c30843273298e4893f602e12 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 16 Mar 2020 18:09:19 +0100 Subject: Added argument passing for set_locale() --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') 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' -- cgit v1.2.3-70-g09d2