simpler copier for random
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user