mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
0d5aa45c20
* update .gitignore * #906 change all python execfile() to exec(open().read())
6 lines
102 B
Python
6 lines
102 B
Python
|
|
exec(open("Modified_data/data_record.py").read())
|
|
|
|
|
|
trick.sim_services.exec_set_terminate_time(10.0)
|