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'
In gmatautomation version 03b.3 While running
py -m gmatautomation.reportgen.CleanUpReports
received the following error.