From 084a0fca69eefc577658ae3ac7d74460677b63c0 Mon Sep 17 00:00:00 2001 From: brent s Date: Thu, 21 Jan 2021 13:31:20 -0500 Subject: [PATCH] D'OH. positional args. grrr --- _base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_base.py b/_base.py index bf9a67f..c35b2ca 100644 --- a/_base.py +++ b/_base.py @@ -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))