Fixed a SyntaxError
This commit is contained in:
parent
8da4180509
commit
f5aa2cc872
@ -739,8 +739,8 @@ class fileBrowser(Listbox):
|
||||
# If there are no files or directories, let's say "empty"
|
||||
# This will avoid the program to crash and will look nicer.
|
||||
if len(folders) == 0:
|
||||
folders.append(("collapse", _("empty")))
|
||||
if len(folders)
|
||||
folders.append(("collapse", "empty"))
|
||||
|
||||
|
||||
return folders
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user