Skip to content
Snippets Groups Projects
Commit b3c54fc5 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Fix chmod

parent d8e44c98
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ run(cmd) ...@@ -42,7 +42,7 @@ run(cmd)
# run FEAT # run FEAT
shutil.copytree(origFeatDir,newFeatDir) shutil.copytree(origFeatDir,newFeatDir)
run("chmod +w -R {0}".format(newFeatDir)) run("chmod -R a+w {0}".format(newFeatDir))
run("unset SGE_ROOT; feat {0}".format(op.join(outDir, "design.fsf"))) run("unset SGE_ROOT; feat {0}".format(op.join(outDir, "design.fsf")))
sys.exit(0) sys.exit(0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment