Skip to content

Commit

Permalink
fix #1373: cp is in /bin
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Jan 27, 2025
1 parent 3e1ccc0 commit 7312243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/transfer/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class File(Transfer):
def __init__(self, proto, options):
super().__init__(proto, options)

self.o.add_option("accelCpCommand", "str", "/usr/bin/cp %s %d")
self.o.add_option("accelCpCommand", "str", "/bin/cp %s %d")
logger.debug("sr_file __init__")
self.cwd = None

Expand Down

0 comments on commit 7312243

Please sign in to comment.