diff --git a/ttbp/core.py b/ttbp/core.py index dc72eee..81fee3c 100644 --- a/ttbp/core.py +++ b/ttbp/core.py @@ -259,7 +259,7 @@ def write_global_feed(blogList): """) outfile.close() - subprocess.call(['chmod', 'a+w', FEED]) + #subprocess.call(['chmod', 'a+w', FEED]) ## misc helpers diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index 353cfc9..db971cf 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -270,7 +270,7 @@ press to begin, or to get out of here. users.write(config.USER+"\n") users.close() - subprocess.call(['chmod', 'a+w', config.USERFILE]) + #subprocess.call(['chmod', 'a+w', config.USERFILE]) ## make .ttbp directory structure subprocess.call(["mkdir", config.PATH])