Skip to content

Commit

Permalink
Manually merging PR #14070 #14070 from @knowlet
Browse files Browse the repository at this point in the history
Wanted to do this to avoid merging a lot of "whitespace and indent" fixes
  • Loading branch information
andresriancho committed Jul 21, 2016
1 parent 5aaef98 commit a53d59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/core/controllers/dependency_check/dependency_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def dependency_check(dependency_set=CORE, exit_on_failure=True):
# Check for missing python modules
#
failed_deps = []
pip_distributions = pip.get_installed_distributions()
pip_distributions = pip.get_installed_distributions(local_only=False)

for w3af_req in platform.PIP_PACKAGES[dependency_set]:
for dist in pip_distributions:
Expand Down

0 comments on commit a53d59b

Please sign in to comment.