Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 15, 2022
1 parent b38bbbc commit d912471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/processing/CAPE.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def process_file(self, file_path, append_file, metadata=None):
all_files = []
for extracted_file in file_info.get("extracted_files", []):
for yara in extracted_file["cape_yara"]:
if extracted_file.get("data", ""):
if extracted_file.get("data", ""):
all_files.append((make_bytes(extracted_file["data"], yara)))

for yara in file_info["cape_yara"]:
Expand Down

0 comments on commit d912471

Please sign in to comment.