Skip to content

Commit

Permalink
adding most recent previous run
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Jan 21, 2025
1 parent 2e11afd commit 0f1130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def process_test(
runs = match.get_uuid_by_metadata(metadata, fingerprint_index, lookback_date=start_timestamp, lookback_size=options['lookback_size'])
if len(last_version_run) > 0:
# get latest uuid as the "uuid" to compare against
last_uuid_run = last_version_run[-1]
last_uuid_run = last_version_run[0]
runs.append(last_uuid_run)

if not runs:
Expand Down

0 comments on commit 0f1130c

Please sign in to comment.