From 193277cb36fe9d974a9a85c4e03f7a3bf79c30d1 Mon Sep 17 00:00:00 2001 From: Kevin Luo Date: Thu, 20 Nov 2014 13:26:10 -0800 Subject: [PATCH] Fix diff branch paver option to take value --- pavelib/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pavelib/tests.py b/pavelib/tests.py index b9734e99a7..9e7bea398f 100644 --- a/pavelib/tests.py +++ b/pavelib/tests.py @@ -159,7 +159,7 @@ def test(options): @task @needs('pavelib.prereqs.install_prereqs') @cmdopts([ - ("compare_branch", "b", "Branch to compare against, defaults to origin/master"), + ("compare_branch=", "b", "Branch to compare against, defaults to origin/master"), ]) def coverage(options): """