Skip to content

Commit

Permalink
Fix pep8 warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos committed Oct 15, 2015
1 parent 3dba58e commit 9507f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/align-dlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9507f22

Please sign in to comment.