Commit d56895fe authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes-

parent 58d95499
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)