File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,8 @@ flet run mycode.py
280280```bash
281281python mycode.py
282282```
283- the latter form will likely just crash, with little or no explanation...
283+ the former is supposedly better in that it will reload changed sources dynamically (no need to restart the program after you change the source)
284+ the latter form should work too (but without dynamic loading, of course)
284285````
285286
286287+++
Original file line number Diff line number Diff line change @@ -272,7 +272,8 @@ flet run mycode.py
272272```bash
273273python mycode.py
274274```
275- the latter form will likely just crash, with little or no explanation...
275+ the former is supposedly better in that it will reload changed sources dynamically (no need to restart the program after you change the source)
276+ the latter form should work too (but without dynamic loading, of course)
276277````
277278
278279+++
You can’t perform that action at this time.
0 commit comments