Skip to content

Commit

Permalink
Make bins executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed May 10, 2017
1 parent 9b5b78d commit 6eb09ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freezing/freeze_final.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@

for f in os.listdir(orig_dir):
shutil.copyfile(os.path.join(orig_dir, f), os.path.join(out_dir, f))
shutil.copystat(os.path.join(orig_dir, f), os.path.join(out_dir, f))

0 comments on commit 6eb09ca

Please sign in to comment.