diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-04-08 14:16:43 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-04-08 19:40:00 -0400 |
commit | fa4680ed0996a7c621265a34392c3eca827b2e48 (patch) | |
tree | 5b4d706d7f900a40fe99e7488c204ce633106718 /test/functional/create_cache.py | |
parent | 297ea51caf2f013ee687f00467d87002e7097563 (diff) |
scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and confusion
-BEGIN VERIFY SCRIPT-
FILE_LIST=$(git grep -l 'def sync_blocks' ./test/functional/*.py)
sed -i -e 's/def sync_blocks/def send_blocks/g' $FILE_LIST
sed -i -e 's/self.sync_blocks/self.send_blocks/g' $FILE_LIST
-END VERIFY SCRIPT-
Diffstat (limited to 'test/functional/create_cache.py')
0 files changed, 0 insertions, 0 deletions