Skip to content

Commit d0e483e

Browse files
authored
Merge pull request #116 from fosslight/dep
Fix a bug related to path_to_exclude
2 parents 9603cdd + 10ae4f1 commit d0e483e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fosslight_scanner/fosslight_scanner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
]
5656

5757

58-
def run_dependency(path_to_analyze, output_file_with_path, params="", path_to_exclude=None):
59-
path_to_exclude = []
58+
def run_dependency(path_to_analyze, output_file_with_path, params="", path_to_exclude=[]):
6059
result_list = []
6160

6261
package_manager = ""

0 commit comments

Comments
 (0)