Skip to content

Commit a91c31e

Browse files
committed
try again
1 parent 3a494ba commit a91c31e

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
@@ -83,7 +83,7 @@ def make_table(border):
8383

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

8989

0 commit comments

Comments
 (0)