fix function name for windows

This commit is contained in:
Miguel Jacq 2018-09-19 11:27:36 +10:00
parent 41b4cea673
commit 388f968556
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -96,7 +96,7 @@ class File(QtWidgets.QWidget):
# Windows
elif self.common.platform == 'Windows':
webbrowser.Popen(['explorer', '/select', abs_filename])
subprocess.Popen(['explorer', '/select', abs_filename])
class Upload(QtWidgets.QWidget):