Skip to content

Commit 34727ba

Browse files
committed
list method change
1 parent a91c31e commit 34727ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/models/list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def make_table(border):
7979
', '.join(robot.keywords)
8080
)
8181

82-
print(str(table).encode('utf8', errors='replace').decode('utf8'))
82+
print(str(table))
8383

8484
try:
8585
make_table('thin')

0 commit comments

Comments
 (0)