Merge pull request #6010 from Stanford-Online/kluo/fix-diff-branch-option
Fix diff branch paver option to take value
This commit is contained in:
@@ -162,7 +162,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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user