You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
In gmatautomation version 03b.3
While running
py -m gmatautomation.reportgen.CleanUpReports
received the following error.The text was updated successfully, but these errors were encountered: