mirror of
https://git.seedno.de/seednode/roulette.git
synced 2025-02-14 09:17:08 +00:00
Updated transitive dependencies
This commit is contained in:
parent
d4fce270cf
commit
290395d0eb
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ func pickFile(args []string, filters *Filters, sort string, index *Index) (strin
|
||||||
fileList, fromCache := fileList(args, filters, sort, index)
|
fileList, fromCache := fileList(args, filters, sort, index)
|
||||||
|
|
||||||
fileCount := len(fileList)
|
fileCount := len(fileList)
|
||||||
if fileCount == 0 {
|
if fileCount < 1 {
|
||||||
return "", ErrNoImagesFound
|
return "", ErrNoImagesFound
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue