From fb9526b9cd2cb83faedf8d9d29390f3fbe2bf66f Mon Sep 17 00:00:00 2001 From: Usman Khalid <2200617@gmail.com> Date: Wed, 11 Nov 2015 18:39:55 +0500 Subject: [PATCH] Update expected_version. --- pavelib/prereqs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pavelib/prereqs.py b/pavelib/prereqs.py index 28a9ae4205..13d8055d8b 100644 --- a/pavelib/prereqs.py +++ b/pavelib/prereqs.py @@ -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: