Skip to content

Commit 445ea37

Browse files
alankingtrel
authored andcommitted
[#86] Add missing static PEP to core.py.template
The equivalent in core.re.template is the following: acPostProcForDataCopyReceived(*leaf_resource) {} This change makes the core.py.template align more with core.re.template.
1 parent feec628 commit 445ea37

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core.py.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,6 @@ def acPreProcForServerPortal(rule_args, callback, rei):
325325

326326
def acPostProcForServerPortal(rule_args, callback, rei):
327327
pass
328+
329+
def acPostProcForDataCopyReceived(rule_args, callback, rei):
330+
pass

0 commit comments

Comments
 (0)