We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In gmatautomation version 0.3b3. While running CleanUpReports received the following error.
File "C:\Users\Colin\AppData\Local\miniconda3\lib\site-packages\gmatautomation\reportgen\CleanUpReports.py", line 152, in fbatch = QFileDialog().getOpenFileName(None, msg, o_path, filter='Batch files(*.batch)') TypeError: getOpenFileName(parent: QWidget = None, caption: str = '', directory: str = '', filter: str = '', initialFilter: str = '', options: Union[QFileDialog.Options, QFileDialog.Option] = 0): argument 3 has unexpected type 'WindowsPath'
The text was updated successfully, but these errors were encountered:
fix for gmatautomation project issues #4 and #5.
60ae110
a093130
No branches or pull requests
In gmatautomation version 0.3b3.
While running CleanUpReports received the following error.
The text was updated successfully, but these errors were encountered: