Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07097b4

Browse filesBrowse files
committed
Fixed list method
1 parent 34727ba commit 07097b4
Copy full SHA for 07097b4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎roboticstoolbox/models/list.py

Copy file name to clipboardExpand all lines: roboticstoolbox/models/list.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def make_table(border):
4343
Column("DoF", colalign="<"),
4444
Column("config", colalign="<"),
4545
Column("keywords", headalign="^", colalign="<"),
46-
border="thin"
46+
border=border
4747
)
4848

4949
if mtype is not None:
@@ -83,7 +83,7 @@ def make_table(border):
8383

8484
try:
8585
make_table('thin')
86-
except:
86+
except UnicodeEncodeError:
8787
make_table('ascii')
8888

8989

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.