Crash on export to QIF #193
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happening on Qt when trying to export to QIF:
@@@
Application Name: moneyGuru
Version: 2.2.3
Traceback (most recent call last):
File "/Users/hsoft/src/moneyguru/qt/controller/document.py", line 58, in exportToQIF
docpath = str(QFileDialog.getSaveFileName(self.app.mainWindow, title, 'export.qif', '', filters))
TypeError: QFileDialog.getSaveFileName(QWidget parent=None, str caption='', str directory='', str filter='', QFileDialog.Options options=0): argument 5 has unexpected type 'str'
@@@
The text was updated successfully, but these errors were encountered: