aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r--hypervideo_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui.py b/hypervideo_gui.py
index ec5ae85..748d97a 100644
--- a/hypervideo_gui.py
+++ b/hypervideo_gui.py
@@ -269,6 +269,7 @@ class App(QMainWindow):
def updateOutputFolder(self):
''' Callback for "Update Output Folder" button. Allows user to select
output directory via standard UI.
+ https://stackoverflow.com/questions/43121340/why-is-the-use-of-lensequence-in-condition-values-considered-incorrect-by-pyli
'''
file = str(QFileDialog.getExistingDirectory(self, "Select Directory"))