Skip to content

Commit

Permalink
[dev-build] fix tiny issue in "clean old builds" script
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jun 7, 2016
1 parent a39eb67 commit 8e5cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/ci/travis/dev_pkgs_del_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
)
to_delete = []

while len(sorted_by_version) > N_KEEP:
while len(sorted_by_version) > n_keep:
to_delete.append(sorted_by_version.pop())

# remove old releases from anaconda.org
Expand Down

0 comments on commit 8e5cdd7

Please sign in to comment.