summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py
index 8d150306..ec2bddb0 100755
--- a/bin/reproducible_json.py
+++ b/bin/reproducible_json.py
@@ -65,7 +65,7 @@ for row in result:
# if version1 > version2,
# skip the package results we are currently inspecting
if (versionscompared > 0):
- break
+ continue
# if version1 < version2,
# delete the package results with the older version