Fix pep8 warnings.
This commit is contained in:
parent
3dba58e0ef
commit
9507f22444
|
@ -94,8 +94,8 @@ def alignMain(args):
|
|||
if not os.path.isfile(imgName):
|
||||
rgb = imgObject.getRGB(cache=False)
|
||||
out = align.alignImg(args.method, args.size, rgb,
|
||||
outputPrefix=outDir,
|
||||
outputDebug=args.outputDebugImages)
|
||||
outputPrefix=outDir,
|
||||
outputDebug=args.outputDebugImages)
|
||||
if args.fallbackLfw and out is None:
|
||||
nFallbacks += 1
|
||||
deepFunneled = "{}/{}.jpg".format(os.path.join(args.fallbackLfw,
|
||||
|
|
Loading…
Reference in New Issue