diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-10 15:45:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-10 15:45:14 -0500 |
commit | d900fcbd1d76ae877f58db9148599d4720ea76e1 (patch) | |
tree | d50fa5c384ac182d766493c95cb0e3d4ec9e13cb | |
parent | 1c01f2c6d587db099d8aaca432e634936dfc1ae2 (diff) | |
download | hypervideo-gui-d900fcbd1d76ae877f58db9148599d4720ea76e1.tar.lz hypervideo-gui-d900fcbd1d76ae877f58db9148599d4720ea76e1.tar.xz hypervideo-gui-d900fcbd1d76ae877f58db9148599d4720ea76e1.zip |
Added reference: Why is the use of len(SEQUENCE)
-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")) |