diff options
-rw-r--r-- | hypervideo_gui.py | 1 |
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")) |