+ catch Exception from NassiShneidermann.py in GUI

This commit is contained in:
oleting
2020-12-30 15:59:29 +01:00
parent d68976b55e
commit fc8488c3e0
2 changed files with 8 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "debug.py",
"program": "run.py",
"console": "integratedTerminal"
}
]