From a287dde8e91e2dbe483ca403c15f8b00464be3d6 Mon Sep 17 00:00:00 2001 From: utahta Date: Sun, 24 Oct 2010 22:18:14 +0900 Subject: [PATCH] update print log --- pythonbrew | 2 +- pythonbrew.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pythonbrew b/pythonbrew index 39ce990..fad0151 100755 --- a/pythonbrew +++ b/pythonbrew @@ -338,7 +338,7 @@ class InstallCommand(Command): if os.path.isfile(src) and os.path.isfile(dist): if filecmp.cmp(src, dist): unlink(src) - print """You are already running the installed pythonbrew: + print """You are already running the installed latest version of pythonbrew: """ + dist sys.exit() diff --git a/pythonbrew.py b/pythonbrew.py index 39ce990..fad0151 100755 --- a/pythonbrew.py +++ b/pythonbrew.py @@ -338,7 +338,7 @@ class InstallCommand(Command): if os.path.isfile(src) and os.path.isfile(dist): if filecmp.cmp(src, dist): unlink(src) - print """You are already running the installed pythonbrew: + print """You are already running the installed latest version of pythonbrew: """ + dist sys.exit()