1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-08-25 17:49:31 +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

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: