Skip to content

Commit

Permalink
fix real time gui bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Plachtaa committed Oct 29, 2024
1 parent 6a4066d commit ca948c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ test_waves/
reconstructed/
.python-version
ruff.log
/configs/inuse/
1 change: 1 addition & 0 deletions real-time-gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def __init__(self) -> None:

def load(self):
try:
os.makedirs("configs/inuse", exist_ok=True)
if not os.path.exists("configs/inuse/config.json"):
shutil.copy("configs/config.json", "configs/inuse/config.json")
with open("configs/inuse/config.json", "r") as j:
Expand Down

0 comments on commit ca948c6

Please sign in to comment.