Commit 2fbd006
committed
Added wait to Popen call
Without the wait call, we'll end up building the addon before the action
has finished. In a worse case, we'll end up running 2 actions at once.1 parent 2ac5c53 commit 2fbd006
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
164 | 169 | | |
165 | 170 | | |
166 | 171 | | |
167 | | - | |
| 172 | + | |
0 commit comments