aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-16 16:39:31 -0500
committerJesús <heckyel@hyperbola.info>2019-12-16 16:39:31 -0500
commita4d5d70a81f5922ab3207ba1c2411599a6788fa8 (patch)
treea419e34f0041092b90936cbfc6ce6b8c5c4381ab
parent57906ab4b84cb0c1b4ba405fccfd94477fe71ad2 (diff)
downloadhypervideo-gui-a4d5d70a81f5922ab3207ba1c2411599a6788fa8.tar.lz
hypervideo-gui-a4d5d70a81f5922ab3207ba1c2411599a6788fa8.tar.xz
hypervideo-gui-a4d5d70a81f5922ab3207ba1c2411599a6788fa8.zip
Added debugging to 'select_hyper_dl' function
-rw-r--r--hypervideo_gui/main_ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py
index 0f653bf..0b67131 100644
--- a/hypervideo_gui/main_ui.py
+++ b/hypervideo_gui/main_ui.py
@@ -286,6 +286,7 @@ class MainWindow(QMainWindow):
''' Select hypervideo executable '''
file_name, _ = QFileDialog.getOpenFileName(self, "locate hypervideo",
"/usr/bin/hypervideo", "exec Files (*)")
+ debugging('Value of filename is %s' % file_name)
if file_name:
self.lbl_hypervideo_path.setText(file_name)
self.hypervideo_bin = file_name