From f8dfd64423cbe6a34b5345aee2c79c3f6842cf3c Mon Sep 17 00:00:00 2001 From: Joshua Varghese Date: Sat, 19 Aug 2023 18:27:27 -0700 Subject: [PATCH] Fixes pwndbg/pwndbg#1871 --- pwndbg/commands/attachp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwndbg/commands/attachp.py b/pwndbg/commands/attachp.py index 61e1666a5..3b14d6fce 100644 --- a/pwndbg/commands/attachp.py +++ b/pwndbg/commands/attachp.py @@ -9,8 +9,8 @@ from subprocess import check_output import gdb import pwndbg.commands -from pwndbg.commands import CommandCategory from pwndbg.color import message +from pwndbg.commands import CommandCategory parser = argparse.ArgumentParser( formatter_class=argparse.RawTextHelpFormatter,