Fix failing case in arch CI/CD (#2403)

* Disable logger for pwnlib ELF module

* lint
pull/2407/head 2024.08.29
OBarronCS 1 year ago committed by GitHub
parent 463bdf0978
commit 26ba400dbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,9 +3,12 @@ from __future__ import annotations
import contextlib
from typing import Iterator
import pwnlib.elf.elf
import pwnlib.term.text
from pwnlib.elf import ELF
pwnlib.elf.elf.log._logger.disabled = True
import pwndbg.color.message as M

Loading…
Cancel
Save