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:
@ -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:
|
||||
|
Reference in New Issue
Block a user