mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
misc cleanup
This commit is contained in:
parent
5c30148be4
commit
0cef062084
5 changed files with 6 additions and 7 deletions
4
.vscode/launch.py
vendored
4
.vscode/launch.py
vendored
|
@ -11,15 +11,15 @@ import sys
|
|||
|
||||
print(sys.executable)
|
||||
|
||||
import json5
|
||||
import shlex
|
||||
import jstyleson
|
||||
import subprocess as sp
|
||||
|
||||
|
||||
with open(".vscode/launch.json", "r", encoding="utf-8") as f:
|
||||
tj = f.read()
|
||||
|
||||
oj = jstyleson.loads(tj)
|
||||
oj = json5.loads(tj)
|
||||
argv = oj["configurations"][0]["args"]
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue