Fix: Python sub-directory listings

This commit is contained in:
Ulf Frisk
2019-03-16 21:56:58 +01:00
parent 09dd33976c
commit 9b0302b504
2 changed files with 4 additions and 0 deletions

View File

@@ -147,3 +147,6 @@ v2.1
v2.2
* New API:
* Force refresh of process list and caches.
Latest
* Fix deadlock issue in Python plugin.

View File

@@ -336,6 +336,7 @@ def VmmPyPlugin_FileRetrieve(pid, path):
raise RuntimeError('VmmPyPlugin_FileRetrieve: not found.')
if dir_entry[path_item]['list'] != None:
dir_entry = dir_entry[path_item]['list'](pid, dir_path)
break
else:
dir_entry = dir_entry[path_item]['dirs']
if entry in dir_entry: