Skip to content
Snippets Groups Projects
Commit 22a53940 authored by Michael Youkeim's avatar Michael Youkeim
Browse files

Fixed a typo in dependency_analyzer.py

parent 4b66cd6c
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ def analyze_dependencies(output_dir):
for subdir, dirs, files in os.walk(output_dir):
for file_name in files:
if not file_name.endswith("SNAPSHOT.jar"):
pass
continue
full_jar_path = os.path.join(subdir, file_name)
output_rsf = os.path.join(subdir, "dependencies.rsf")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment