We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a89b9 commit 42826e7Copy full SHA for 42826e7
1 file changed
stashcp.py
@@ -514,6 +514,7 @@ def timed_transfer(filename, destination, cache, debug=False, ):
514
os.remove(filename)
515
516
if debug:
517
+ logging.debug("xrdcp command: %s", command)
518
xrdcp=subprocess.Popen([command ],shell=True,stdout=subprocess.PIPE)
519
else:
520
xrdcp=subprocess.Popen([command ],shell=True,stdout=subprocess.PIPE, stderr=subprocess.PIPE)
0 commit comments