Skip to content

Commit

Permalink
libtensorflow: fix brew style
Browse files Browse the repository at this point in the history
Needed for Homebrew/brew#9408.
  • Loading branch information
MikeMcQuaid committed Dec 16, 2020
1 parent 6cec9b1 commit 46cc2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/libtensorflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def install
assert_not_nil benchmark_model_match,
"Unexpected summarize_graph output for graph-new.pb (no benchmark_model example)"

benchmark_model_args = benchmark_model_match[1].split(" ")
benchmark_model_args = benchmark_model_match[1].split
benchmark_model_args.delete("--show_flops")

benchmark_model_command = [
Expand Down

0 comments on commit 46cc2e2

Please sign in to comment.