Skip to content

Commit

Permalink
list method change
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl committed Jan 25, 2021
1 parent a91c31e commit 34727ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboticstoolbox/models/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def make_table(border):
', '.join(robot.keywords)
)

print(str(table).encode('utf8', errors='replace').decode('utf8'))
print(str(table))

try:
make_table('thin')
Expand Down

0 comments on commit 34727ba

Please sign in to comment.