Skip to content

Commit 98a6102

Browse files
committed
fix: indetation error
Signed-off-by: Zvi Grinberg <[email protected]>
1 parent 26fdd20 commit 98a6102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vuln_analysis/utils/transitive_code_searcher_tool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def download_dependencies(git_repo_path: Path, manifest_path: str = None, the_ec
121121
tree_builder = get_dependency_tree_builder(ecosystem.value)
122122
tree_builder.install_dependencies(git_repo_path)
123123
if not the_ecosystem:
124-
with open(os.path.join(git_repo_path, 'ecosystem_data.txt'), 'w') as file:
125-
file.write(ecosystem.name)
124+
with open(os.path.join(git_repo_path, 'ecosystem_data.txt'), 'w') as file:
125+
file.write(ecosystem.name)
126126
logger.info(f"Finished installing packages for {ecosystem}")
127127
return True
128128
except NotImplementedError as err:

0 commit comments

Comments
 (0)