File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ if member.name in dict(inspect.getmembers(builtins)).keys():
491
491
@ {assert_msg_suffixes .append (" and each value of type '%s'" % get_python_type (type_))}@
492
492
@ [ if get_python_type (type_) == ' bytes' ]@
493
493
@ {byte_array_detected = True}@
494
- @ {assert_msg_suffixes .append (" or type 'int' in range(0, 256 )" )}@
494
+ @ {assert_msg_suffixes .append (" or type 'int' in range(0, 255 )" )}@
495
495
(isinstance (value, @ (get_python_type (type_))) or
496
496
all (isinstance (v, @ (get_python_type (type_))) for v in value) or
497
497
all (isinstance (v, int) for v in value)) and
Original file line number Diff line number Diff line change 1
- # Copyright 2022 Open Source Robotics Foundation, Inc .
1
+ # Copyright 2022 Sony Group Corporation .
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments