Closed NumerousHats closed 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.
fixed in e97906d
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.