Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
drewc5131 committed Jan 9, 2021
1 parent e003028 commit 34630c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClashMusicGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def manualInput(self):
def browseForFile(self):
# to allow the user to select multiple files, we use getopenfilenames
path, _ = QFileDialog.getOpenFileNames(self, "Browse for OGG file(s)", base.root, "OGG Audio Files (*.ogg)")
print(len(path))

# The user has selected more than one file
if len(path) > 1:
newpath = []
Expand Down

0 comments on commit 34630c7

Please sign in to comment.