From fadcd8df12044f3314dba04904c013044ce5ee13 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 8 Dec 2017 12:17:51 +0100 Subject: [PATCH] fixup! util: add list of capabilities --- Atomic/rpm_host_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Atomic/rpm_host_install.py b/Atomic/rpm_host_install.py index caad5db7..5d38312a 100644 --- a/Atomic/rpm_host_install.py +++ b/Atomic/rpm_host_install.py @@ -57,7 +57,7 @@ def file_checksum(path, blocksize=(1<<20)): return h.hexdigest() @staticmethod - def rm_add_files_to_host(old_installed_files_checksum, exports, prefix="/", files_template=None, values=None, rename_files=None, files_content=None): + def rm_add_files_to_host(old_installed_files_checksum, exports, prefix="/", files_template=None, values=None, rename_files=None): # if any file was installed on the host delete it if old_installed_files_checksum: for path, checksum in old_installed_files_checksum.items():