Loading transfer_service/tape_client.py +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
transfer_service/tape_client.py +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading