We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91c31e commit 34727baCopy full SHA for 34727ba
roboticstoolbox/models/list.py
@@ -79,7 +79,7 @@ def make_table(border):
79
', '.join(robot.keywords)
80
)
81
82
- print(str(table).encode('utf8', errors='replace').decode('utf8'))
+ print(str(table))
83
84
try:
85
make_table('thin')
0 commit comments