diff --git a/client.py b/client.py index f89075d..d6b29aa 100755 --- a/client.py +++ b/client.py @@ -157,7 +157,6 @@ def datagramReceived(self, datagram, address): extractPath = filename.split("/")[-1].split(".")[0]+"/" tfile.extractall(path=extractPath) - chmod("./"+extractPath+"Makefile", stat.S_IRWXU) execstr = ["make", "-f", "./" + extractPath + "Makefile"] proc = Popen(execstr, stdout=PIPE, stderr=PIPE)