Commit 33485af
committed
fix(gen-init): add --in-place flag to tangerine command for existing files
The tangerine command was being called without the --in-place flag when processing existing __init__.py files, which caused the transformed content to be printed to stdout instead of updating the file. This change ensures existing files are properly updated in place when using the tangerine tool.1 parent 377fe88 commit 33485af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments