mirror of
https://github.com/nasa/trick.git
synced 2025-05-30 14:14:35 +00:00
update execfile to py3 in tutorial
This commit is contained in:
parent
83652ad811
commit
a6eeff930f
@ -62,8 +62,8 @@ The `realtime.py` file must be included in the RUN_test/input.py file. When
|
|||||||
finished, the latest version of the input file should look like the following:
|
finished, the latest version of the input file should look like the following:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
execfile("Modified_data/realtime.py")
|
exec(open("Modified_data/realtime.py").read())
|
||||||
execfile("Modified_data/cannon.dr")
|
exec(open("Modified_data/cannon.dr").read())
|
||||||
trick.stop(5.2)
|
trick.stop(5.2)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user