src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py

branch
server
changeset 10583
2114cc7275e8
parent 10576
0cf5ebf17411
child 10584
a596cf392291
diff -r 8264ea1f42e5 -r 2114cc7275e8 src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py
--- a/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Sat Feb 17 11:26:37 2024 +0100
+++ b/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Sat Feb 17 19:46:33 2024 +0100
@@ -370,6 +370,8 @@
             pattern=params["pattern"],
             followsymlinks=params["follow_symlinks"],
             ignore=params["ignore"],
+            recursive=params["recursive"],
+            dirsonly=params["dirs_only"],
         )
         return {
             "ok": True,

eric ide

mercurial