Skip to content

Commit

Permalink
max
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Oct 2, 2024
1 parent c1b13ba commit b3e7566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tla/tlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def cli():
)

if args.cmd == "mc":
if args.max_term_count is not None:
env["TERM_COUNT"] = str(args.max_term_count)
if args.term_count is not None:
env["TERM_COUNT"] = str(args.term_count)
if args.request_count is not None:
env["REQUEST_COUNT"] = str(args.request_count)
if args.raft_configs is not None:
Expand Down

0 comments on commit b3e7566

Please sign in to comment.