From 96e6298780ab8e4a75a65ba9b55c110fd5fe433c Mon Sep 17 00:00:00 2001 From: Saggi Mizrahi Date: Wed, 16 Nov 2011 10:43:21 +0200 Subject: [PATCH] commit_msg declared but never used Change-Id: I68d75c9e2f7209eaade5ac245025bb4d70112e42 --- git-review | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-review b/git-review index 51ceccc..388c426 100755 --- a/git-review +++ b/git-review @@ -104,7 +104,7 @@ def set_hooks_commit_msg(): if not os.path.exists(target_file) or UPDATE: if VERBOSE: print "Fetching source_location: ", source_location - commit_msg = urllib.urlretrieve(source_location, target_file) + urllib.urlretrieve(source_location, target_file) if not os.access(target_file, os.X_OK): os.chmod(target_file, os.path.stat.S_IREAD | os.path.stat.S_IEXEC)