Skip to content

Commit

Permalink
debug-aramid-put
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Feb 14, 2025
1 parent e485cb7 commit 302731c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cf_remote/aramid.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ def put(
stderr=subprocess.PIPE,
universal_newlines=True,
)
print("CRAIG, proc.args %s" % proc.args)
task = _Task(host, proc, action="{0} -> {1}".format(src, dst))
host.tasks.append(task)
tasks.append(task)
Expand Down

0 comments on commit 302731c

Please sign in to comment.