a093130 / GMAT-Automation

Python scripts and other artifacts to enable automatic generation of GMAT batch files
GNU General Public License v3.0
0 stars 0 forks source link

gmatlocator fails to find the gmat startup file #4

Open a093130 opened 2 years ago

a093130 commented 2 years ago

In gmatautomation version 03b.3 While running py -m gmatautomation.reportgen.CleanUpReports received the following error.

File "C:\Users\Colin\AppData\Local\miniconda3\lib\site-packages\gmatautomation\modelgen\gmatlocator.py", line 76, in find_gmat RuntimeError: No GMAT executable path is found.
self.startup_file_path = ex_file_path.parents[0]/'gmat_startup_file.txt' AttributeError: 'NoneType' object has no attribute 'parents'