GP-0: post-review

GP-0: minor oops
This commit is contained in:
d-millar
2026-03-17 14:45:57 -04:00
parent 25c2f924ad
commit 78011243a5
2 changed files with 0 additions and 2 deletions
@@ -56,7 +56,6 @@ def main():
try:
import ghidradbg
except Exception as e:
print(e)
exit(253)
from ghidradbg import commands as cmd
from pybag.dbgeng import core as DbgEng
@@ -59,7 +59,6 @@ def main():
try:
import ghidradbg
except:
print(e)
exit(253)
from ghidradbg import commands as cmd
from pybag.dbgeng import core as DbgEng