Skip to content

Commit

Permalink
Overwrite wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Dec 2, 2023
1 parent a2cc78e commit 2e925a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -1796,8 +1796,6 @@ class Run:

def wrap(self, cmd, path=None, **kwargs):
p = path or os.path.join(self.workdir.name, cmd)
if os.path.exists(p):
return p

if cmd == "ssh":
cmdline = self.ssh_cmdline(**kwargs)
Expand Down

0 comments on commit 2e925a1

Please sign in to comment.