Skip to content

Commit e01978a

Browse files
committed
move comment
1 parent f52bae7 commit e01978a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ def _prefilter_releases(
191191
version.major == saved_version.major
192192
and version.minor == saved_version.minor
193193
):
194+
# Don't save all patch versions of a release, just the newest one
194195
if version.micro > saved_version.micro:
195-
# Don't save all patch versions of a release, just the newest one
196196
filtered_releases[i] = version
197197
break
198198
else:

0 commit comments

Comments
 (0)