diff options
-rwxr-xr-x | bin/reproducible_json.py | 2 |
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 |