Skip to content

Commit

Permalink
Merge branch 'develop' into r2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ashahba committed Mar 30, 2022
2 parents 5820e8a + eefd8f0 commit 54d6d4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def __init__(self, args, custom_args, platform_util=None):
type=int, default=100,
help="number of steps")
arg_parser.add_argument('--kmp-blocktime', dest='kmp_blocktime',
help='number of kmp block time',
type=int, default=1)
help='number of kmp block time',
type=int, default=1)

self.args = arg_parser.parse_args(self.custom_args,
namespace=self.args)
Expand Down

0 comments on commit 54d6d4a

Please sign in to comment.