We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794aba4 commit db70e99Copy full SHA for db70e99
notifications/file_event_notifications.py
@@ -263,10 +263,6 @@ def source_url(self):
263
@register(NodeLog.FILE_RENAMED)
264
class AddonFileRenamed(ComplexFileEvent):
265
def perform(self):
266
- '''
267
- Currently, WB sends the "move" action for renamed files.
268
- This code will remain useless until the correct action is sent.
269
270
if self.node == self.source_node:
271
super().perform()
272
return
0 commit comments