Skip to content

Commit

Permalink
Updated expected version for python_uninstall_version.txt
Browse files Browse the repository at this point in the history
Follow up to #11432. This value needs to be incremented to ensure the old package is uninstalled.

ECOM-3647
  • Loading branch information
Clinton Blackburn committed Feb 11, 2016
1 parent 074b83a commit f78945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavelib/prereqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def uninstall_python_packages():
"""
# So that we don't constantly uninstall things, use a version number of the
# uninstallation needs. Check it, and skip this if we're up to date.
expected_version = 2
expected_version = 3
state_file_path = os.path.join(PREREQS_STATE_DIR, "python_uninstall_version.txt")
if os.path.isfile(state_file_path):
with open(state_file_path) as state_file:
Expand Down

0 comments on commit f78945b

Please sign in to comment.