Commit 6cb241e
committed
fix: resolve undefined variable and add env validation in AckKubestronautsReceived.py
1. Renamed variable from 'pwd' to 'KUBESTRONAUT_RECEIVERS' to match its usage on line 29.
2. Added validation to check if the environment variable is set, providing a clear error message instead of a cryptic runtime error.
Signed-off-by: LALANI DEVARSHI <thelogical369@gmail.com>1 parent 6ff6106 commit 6cb241e
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments