From 6161fccd1b27fdf610454a36b9de5687731002e8 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 4 Jul 2015 10:41:47 +0000 Subject: reproducible: notes: enable the automatic clean up of old issue pages --- bin/reproducible_html_notes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') 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): -- cgit v1.2.3-70-g09d2