From 997baca5fcc39a12e56d01bffb6ac6e970e8d855 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 18 Nov 2019 17:17:58 +0100 Subject: Added args, kwargs to a function --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') diff --git a/archinstall.py b/archinstall.py index 311cc420..b34632f0 100644 --- a/archinstall.py +++ b/archinstall.py @@ -587,7 +587,7 @@ def close_disks(): o = simple_command('/usr/bin/umount -R /mnt') o = simple_command('/usr/bin/cryptsetup close /dev/mapper/luksdev') -def format_disk(drive=None, start='512MiB', end='100%', emulate=False): +def format_disk(drive=None, start='512MiB', end='100%', emulate=False, *args, **kwargs): if not drive: raise ValueError('Need to supply a drive path, for instance: /dev/sdx') print(f'[N] Setting up {drive}.') -- cgit v1.2.3-70-g09d2