Skip to content

Commit

Permalink
Issue:886: Commit for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi-jha committed Sep 2, 2019
1 parent dc88a23 commit d6d954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion black.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ def main(
err(f"Invalid regular expression for exclude given: {exclude!r}")
ctx.exit(2)
report = Report(check=check, quiet=quiet, verbose=verbose)
path_empty(src, quiet, verbose, ctx)
root = find_project_root(src)
sources: Set[Path] = set()
path_empty(src, quiet, verbose, ctx)
for s in src:
p = Path(s)
if p.is_dir():
Expand Down

0 comments on commit d6d954b

Please sign in to comment.