aboutsummaryrefslogtreecommitdiffstats
path: root/please
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-08-24 12:24:12 -0700
committerBryan Newbold <bnewbold@archive.org>2018-08-24 12:24:12 -0700
commit07406b03ce01e282b7431fe464bae86973fffa81 (patch)
tree33f0328210b3a7a5c8358377c907d2959fda63b2 /please
parentf50d4e081f7994a167c4974ee9d3f6e1f8eae478 (diff)
downloadsandcrawler-07406b03ce01e282b7431fe464bae86973fffa81.tar.gz
sandcrawler-07406b03ce01e282b7431fe464bae86973fffa81.zip
fix merge typos in please
Diffstat (limited to 'please')
-rwxr-xr-xplease4
1 files changed, 2 insertions, 2 deletions
diff --git a/please b/please
index 7671515..5449cee 100755
--- a/please
+++ b/please
@@ -215,7 +215,7 @@ def run_colcount(args):
env=args.env)
subprocess.call(cmd, shell=True)
-run_matchbenchmark(args):
+def run_matchbenchmark(args):
if args.rebuild:
rebuild_scalding()
print("Starting matchbenchmark job...")
@@ -282,7 +282,7 @@ def main():
sub_colcount.add_argument('column',
help="column name to use in count")
-sub_matchbenchmark = subparsers.add_parser('match-benchmark')
+ sub_matchbenchmark = subparsers.add_parser('match-benchmark')
sub_matchbenchmark.set_defaults(func=run_matchbenchmark)
sub_matchbenchmark.add_argument('left_bibjson',
help="First bibjson file")