Removing some verbosity
This commit is contained in:
@@ -377,15 +377,13 @@ def traverse(path,crumbs,inputs,options):
|
|||||||
# depth+=1
|
# depth+=1
|
||||||
#header=getheader(path,'../'*(depth))
|
#header=getheader(path,'../'*(depth))
|
||||||
|
|
||||||
print('Depth: '+str(len(crumbs)))
|
#print('Depth: '+str(len(crumbs)))
|
||||||
pathlist=getpathlist(path,options)
|
pathlist=getpathlist(path,options)
|
||||||
imagelist=getimagelist(path,options)
|
imagelist=getimagelist(path,options)
|
||||||
createthumbs(path,imagelist,options)
|
createthumbs(path,imagelist,options)
|
||||||
imagelist.extend(getnonconvertiblelist(path,options))
|
imagelist.extend(getnonconvertiblelist(path,options))
|
||||||
filelist=getnonimagelist(path,options)
|
filelist=getnonimagelist(path,options)
|
||||||
print(str(len(pathlist))+' paths')
|
print(str(len(pathlist))+' paths, '+str(len(imagelist))+' images, '+str(len(filelist))+' other files')
|
||||||
print(str(len(imagelist))+' images')
|
|
||||||
print(str(len(filelist))+' other files')
|
|
||||||
crumbstring=crumblinks(crumbs,options.gallery,options.parent)
|
crumbstring=crumblinks(crumbs,options.gallery,options.parent)
|
||||||
if len(pathlist)>0:
|
if len(pathlist)>0:
|
||||||
pathstring=pathlinks(path,pathlist)
|
pathstring=pathlinks(path,pathlist)
|
||||||
|
|||||||
Reference in New Issue
Block a user