D'OH. positional args. grrr

This commit is contained in:
brent s. 2021-01-21 13:31:20 -05:00
parent 151f97df12
commit 084a0fca69
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ class BaseUpdater(object):
dest_file,
ver_file,
lock_path,
do_grub_cfg,
boot_dir,
grub_cfg,
hash_type,
do_grub_cfg = True,
hash_type
# check_gpg = True, # TODO: GPG sig checking
):
self.dest_dir = os.path.abspath(os.path.expanduser(dest_dir))