commit_msg declared but never used

Change-Id: I68d75c9e2f7209eaade5ac245025bb4d70112e42
This commit is contained in:
Saggi Mizrahi
2011-11-16 10:43:21 +02:00
parent ee4eee81da
commit 96e6298780

View File

@@ -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)