Skip to content
New issue

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

Path type is not accepted by PyQt #5

Open
a093130 opened this issue Jun 15, 2022 · 0 comments
Open

Path type is not accepted by PyQt #5

a093130 opened this issue Jun 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@a093130
Copy link
Owner

a093130 commented Jun 15, 2022

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'

@a093130 a093130 added the bug Something isn't working label Jun 15, 2022
@a093130 a093130 self-assigned this Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant