There was an error while loading. Please reload this page.
1 parent df5c33d commit cfa7772Copy full SHA for cfa7772
1 file changed
vulnerabilities/importers/fireeye.py
@@ -53,7 +53,6 @@ def get_files(fork_directory):
53
for file in files:
54
if file.endswith((".md", ".MD")):
55
with open(os.path.join(root, file), "r", encoding="ISO-8859-1") as f:
56
- print(file)
57
yield f.read()
58
59
0 commit comments