Skip to content

Commit

Permalink
satisfy the kwargs python god
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana committed Jun 28, 2014
1 parent 27b8cf4 commit fa5a7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-perf/bench/py/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main(argv):
perf_runner.run_tests()

# Alerts
( Alerter(order=10, perf_runner.names) ).alert() # Parens around Alerter to make explicit that alert() is non-static
( Alerter(order=10, names=perf_runner.names) ).alert() # Parens around Alerter to make explicit that alert() is non-static

if __name__ == "__main__":
main(sys.argv)

0 comments on commit fa5a7b2

Please sign in to comment.