Skip to content

Commit

Permalink
Address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Feb 3, 2021
1 parent 3669c54 commit 13ba1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esrally/utils/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def components(version, strict=True):


def variants_of(version):
for version, _ in versions.VersionVariants(distribution_version).all_versions:
yield version
for v, _ in VersionVariants(version).all_versions:
yield v

class VersionVariants:
"""
Expand Down

0 comments on commit 13ba1ad

Please sign in to comment.