Skip to content

Commit

Permalink
bad copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Mar 1, 2020
1 parent 275014b commit fcccebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def gef_pybytes(x):
"""Returns an immutable bytes list from the string given as input."""
return bytes(str(x), encoding="utf-8")

new_objfile_handler

@lru_cache()
def which(program):
"""Locate a command on the filesystem."""
Expand Down

0 comments on commit fcccebe

Please sign in to comment.