bugfix bdCheck: add meaningful error message on api retrive failure
This commit is contained in:
18
homepage/participo/.vscode/launch.json
vendored
18
homepage/participo/.vscode/launch.json
vendored
@@ -6,7 +6,7 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "post",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "testApi.py",
|
||||
"console": "integratedTerminal",
|
||||
@@ -18,7 +18,7 @@
|
||||
},
|
||||
{
|
||||
"name": "getTrainees",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "testApi.py",
|
||||
"console": "integratedTerminal",
|
||||
@@ -26,5 +26,17 @@
|
||||
"args": [
|
||||
"GET",
|
||||
"--endpoint", "trainees" ]
|
||||
} ]
|
||||
},
|
||||
{
|
||||
"name": "bdCheck",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "bdCheck.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user