Commit 6809238
Timothy MacDonald
fix(cdk): place Python component binary in component root (#1419)
**Summary**
The python pyinstaller build command was creating the component binary in subdirectory, not the component root directory. This prevented the lacework cli from executing the component.
**How did you test this change?**
1. compiled the lacework cli
2. tested the creation of a new python component with scaffolding
3. tested that the cli could execute the component after build
https://lacework.atlassian.net/browse/GROW-2491
Signed-off-by: Timothy MacDonald <[email protected]>1 parent 2ccd309 commit 6809238
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
383 | 390 | | |
384 | 391 | | |
385 | 392 | | |
| |||
0 commit comments