mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
fixed
This commit is contained in:
parent
cdf3162965
commit
d6ca7826b6
2
app.py
2
app.py
@ -652,7 +652,7 @@ try:
|
||||
def open_file(self):
|
||||
"""Opens code in vs code."""
|
||||
path = request.args.get('path')
|
||||
os.system("open "+path)
|
||||
os.system("start "+path)
|
||||
return {"output": "OK", "execution_time": 0}
|
||||
|
||||
def open_code_in_vs_code(self):
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b87a9509f167b476cfcca08c0b813b0df7c33c29
|
||||
Subproject commit 474562bbc1ce07109d59d87c70c4427e1672c15e
|
Loading…
x
Reference in New Issue
Block a user