cleaning up a bit
This commit is contained in:
parent
bceebbd0ff
commit
151f97df12
4
_base.py
4
_base.py
@ -22,10 +22,10 @@ class BaseUpdater(object):
|
|||||||
dest_file,
|
dest_file,
|
||||||
ver_file,
|
ver_file,
|
||||||
lock_path,
|
lock_path,
|
||||||
do_grub_cfg,
|
|
||||||
boot_dir,
|
boot_dir,
|
||||||
grub_cfg,
|
grub_cfg,
|
||||||
hash_type
|
hash_type,
|
||||||
|
do_grub_cfg = True,
|
||||||
# check_gpg = True, # TODO: GPG sig checking
|
# check_gpg = True, # TODO: GPG sig checking
|
||||||
):
|
):
|
||||||
self.dest_dir = os.path.abspath(os.path.expanduser(dest_dir))
|
self.dest_dir = os.path.abspath(os.path.expanduser(dest_dir))
|
||||||
|
Reference in New Issue
Block a user