diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_notes.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 5776c3de..5d2d2c44 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -338,8 +338,7 @@ def purge_old_issues(issues): sys.exit(1) if issue not in issues: log.warning('removing ' + '/'.join([root, file]) + '...') - #os.remove('/'.join([root, file])) - log.warning('\t not removing for real now, please enable this') + os.remove('/'.join([root, file])) def iterate_over_notes(notes): |