bigjeff5
Results
2
comments of
bigjeff5
Hi! So far I'm finding this whole thing brilliant, but one thing I'm sorely missing is a copy/duplicate option for recurring tasks. I'd like to keep a daily task in...
It looks like adding: ``` if not os.access(path, os.W_OK): os.chmod(path, stat.S_IWUSR) ``` before the rmtree_unsafe `os.rmdir(path)` execution in shutil.py (line 630) fixes the problem.