Merge remote-tracking branch 'origin/GP-0_d-millar_launcher_errors--SQUASHED'

This commit is contained in:
Ryan Kurtz
2026-03-18 04:49:31 -04:00
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