add multi-app examples
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import logging
|
||||
from typing import Any, Dict
|
||||
|
||||
import time
|
||||
from .file import get_vm_file
|
||||
from .replay import get_replay
|
||||
|
||||
@@ -27,6 +27,7 @@ def get_vscode_config(env, config: Dict[str, Any]) -> str:
|
||||
]
|
||||
|
||||
get_replay(env, trajectory)
|
||||
time.sleep(1.0)
|
||||
|
||||
return get_vm_file(env, {
|
||||
"path": config["path"],
|
||||
|
||||
Reference in New Issue
Block a user