Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5985593 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "findleaves: Fix typo for --dir argument"

parents c272a99b 8368d23d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ def main(argv):
      prune.append(p)
    elif arg.startswith("--dir="):
      d = arg[len("--dir="):]
      if len(p) == 0:
      if len(d) == 0:
        usage()
      dirlist.append(d)
    else: