Update expected_version.

This commit is contained in:
Usman Khalid
2015-11-11 18:39:55 +05:00
parent d8403c1d10
commit fb9526b9cd

View File

@@ -182,7 +182,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 = 1
expected_version = 2
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: