1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Folders applier: update action support added

This commit is contained in:
Игорь Чудов 2020-08-13 08:15:09 +04:00
parent 505f0152f7
commit 53ad06b787
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -64,6 +64,8 @@ class Folder:
def action(self):
if self.action == FileAction.CREATE:
self._create_action()
if self.action == FileAction.UPDATE:
self._create_action()
if self.action == FileAction.DELETE:
self._delete_action()
if self.action == FileAction.REPLACE: