Skip to content

Commit cf7e325

Browse files
author
doomedraven
committed
demux
1 parent 6db9ea7 commit cf7e325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cuckoo/common/demux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def demux_sample(filename: bytes, package: str, options: str, use_sflock: bool =
244244
if File(filename).get_size() <= web_cfg.general.max_sample_size or (
245245
web_cfg.general.allow_ignore_size and "ignore_size_check" in options
246246
):
247-
retlist.append((filename, platform, ""))
247+
retlist.append((filename, platform))
248248
else:
249249
if web_cfg.general.enable_trim and trim_file(filename):
250250
retlist.append((trimmed_path(filename), platform))

0 commit comments

Comments
 (0)