Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions azul_plugin_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,6 @@ def execute_py2exe(self, raw_content: bytes) -> str | None:
def execute_unpacker(self, job: Job):
"""Extract the python byte code from a file with py2exe and pyinstaller."""
if job.event.entity.file_format not in self.UNPACKER_DATA_TYPES:
print(job.event.entity.file_format)
print(job.event.entity.file_format)
print(job.event.entity.file_format)
print(job.event.entity.file_format)
return State(
label=State.Label.OPT_OUT,
failure_name="not_executable",
Expand Down