Skip to content

Commit

Permalink
in extracting tar removed rigths settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Bondarchuk committed Jun 15, 2015
1 parent 71aaaeb commit 7d43a5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7d43a5e

Please sign in to comment.