summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index fb06d78c..7fddaa92 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -250,6 +250,7 @@ def alien_history():
for f in sorted(os.listdir(HISTORY_PATH)):
if f.rsplit('.', 1)[0] not in actual_packages:
log.warning('%s should not be there', os.path.join(HISTORY_PATH, f))
+ bad_files.append(os.path.join(HISTORY_PATH, f))
return bad_files