Skip to content
Snippets Groups Projects
Commit d56895fe authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes-

parent 58d95499
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,8 @@ class TapeClient(object):
for f in fileList:
fp.write(f"{f}\n")
fp.close()
self.copy(f"./{tmp}", f"/tmp/{tmp}")
os.remove(f"./{tmp}")
self.copy("./" + tmp, "/tmp/" + tmp)
cmd = f"{self.EEADM} recall /tmp/{tmp}"
stdin, stdout, stderr = self.client.exec_command(cmd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment