Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mknorps committed Dec 21, 2023
1 parent 8b5ceee commit 6f0c3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fawltydeps/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def find_package_dirs(cls, path: Path) -> Iterator[Path]:
found = True
if found:
return

# Check for packages on Windows
if platform.system() == "Windows":
for site_packages in path.glob(os.path.join("Lib", "site-packages")):
Expand Down

0 comments on commit 6f0c3a9

Please sign in to comment.