simpler copier for random

This commit is contained in:
q
2015-06-25 21:17:35 +03:00
parent ed73a9c7f3
commit 8b401f2b42

View File

@@ -152,7 +152,7 @@ for x in outFolders:
os.mkdir(x) os.mkdir(x)
if method=='random': if method=='random':
shuffle(inFiles) shuffle(inFiles)
fileorder(inFiles,options.path,outFolders,options.n,options.move) portorder(inFiles,options.path,outFolders,options.n,options.move)
if method=='regexp': if method=='regexp':
regexorder(inFiles,options.path,outFolders,matcher,uniqlabel,options.move) regexorder(inFiles,options.path,outFolders,matcher,uniqlabel,options.move)
if method=='sparse': if method=='sparse':