mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-03 03:44:26 +02:00
Return result for JSON RPC
This commit is contained in:
@@ -55,6 +55,7 @@ class IDERPC:
|
||||
value = [str(Path(p).resolve()) for p in value]
|
||||
self._cmd_queue[cmd_id]["future"].set_result(value)
|
||||
del self._cmd_queue[cmd_id]
|
||||
return True
|
||||
|
||||
def _process_commands(self):
|
||||
for cmd_id in list(self._cmd_queue):
|
||||
|
Reference in New Issue
Block a user