-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Scenario:
Started the Process plugin
Highlighted a process
Shift+f6 for rename
Ctrl+C for copy
Then when focus changes an exception is raised as follows:
DirectoryPaneListener 'RenameListener' raised error.
Traceback (most recent call last):
File "fman\impl\plugins\plugin.py", line 311, in notify_listener_in_thread
File "C:\Users\chaiavi\AppData\Local\fman\Versions\1.5.1\Plugins\Core\core\commands_init.py", line 728, in on_name_edited
submit_task(Rename(self.pane, file_url, new_url))
File "fman_init.py", line 323, in submit_task
File "C:\Users\chaiavi\AppData\Local\fman\Versions\1.5.1\Plugins\Core\core\commands_init_.py", line 738, in call
tasks = list(prepare_move(self._src_url, self._dst_url))
File "fman\fs.py", line 28, in prepare_move
File "fman\impl\plugins\mother_fs.py", line 95, in prepare_move
File "fman\fs.py", line 168, in prepare_move
NotImplementedError: ProcessesFileSystem does not implement this function.