mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 12:11:35 +01:00
remove obsolete output
This commit is contained in:
@@ -284,7 +284,6 @@ class WidgetGallery(QDialog):
|
|||||||
|
|
||||||
def openFile(self, button):
|
def openFile(self, button):
|
||||||
if button.text() == self.localization.open_pic and self.truePath:
|
if button.text() == self.localization.open_pic and self.truePath:
|
||||||
print("JES")
|
|
||||||
PyQt5.QtGui.QDesktopServices.openUrl(QUrl.fromLocalFile(self.truePath));
|
PyQt5.QtGui.QDesktopServices.openUrl(QUrl.fromLocalFile(self.truePath));
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user