Ukrainian-History / autoBWF

An opinionated alternative GUI for FADGI BWFMetaEdit
GNU General Public License v3.0
3 stars 1 forks source link

Export dialog crashes if no filename provided on command line #30

Closed NumerousHats closed 2 years ago

NumerousHats commented 2 years ago

File "autoBWF/autoBWF.py", line 688, in export_metadata dialog = Export(self.filepath) AttributeError: 'MainWindow' object has no attribute 'filepath'

self.filepath is set only when autoBWF is called with a file name in the command line. Needs to be set in file open dialog.

NumerousHats commented 2 years ago

fixed in e97906d