Skip to content

Commit

Permalink
Including the dep file in the logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Sep 15, 2022
1 parent 5b953cf commit 6423099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions safety/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def read_requirements(fh, resolve=True):
LOG.debug(f'Content: {content}')
dependency_file = parse(content, path=path, resolve=resolve,
file_type=file_type)
LOG.debug(f'Dependency file: {dependency_file.serialize()}')
LOG.debug(f'Parsed, dependencies: {[dep.serialize() for dep in dependency_file.resolved_dependencies]}')
for dep in dependency_file.resolved_dependencies:
try:
Expand Down

0 comments on commit 6423099

Please sign in to comment.