Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
fixup! util: add list of capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe committed Dec 8, 2017
1 parent 2eb845b commit fadcd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Atomic/rpm_host_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit fadcd8d

Please sign in to comment.