mirror of
https://github.com/ufrisk/MemProcFS-plugins.git
synced 2026-06-03 15:40:25 +08:00
Fix: Python sub-directory listings
This commit is contained in:
@@ -147,3 +147,6 @@ v2.1
|
||||
v2.2
|
||||
* New API:
|
||||
* Force refresh of process list and caches.
|
||||
|
||||
Latest
|
||||
* Fix deadlock issue in Python plugin.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user