Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
I still think we don't want to raise anything here, but there was a
reset missing :)
  • Loading branch information
ValekoZ committed Jan 30, 2024
1 parent 7265976 commit 98519c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -11322,6 +11322,7 @@ def target_remote_posthook():

gef.session.remote = GefRemoteSessionManager("", 0)
if not gef.session.remote.setup():
gef.session.reset_remote()
warn(f"Failed to create a proper environment for {gef.session.remote}")
return False

Expand Down

0 comments on commit 98519c9

Please sign in to comment.