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:
parent
505f0152f7
commit
53ad06b787
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user