mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Fix aruco_gen utility for Python 3
This commit is contained in:
@@ -41,4 +41,4 @@ def save_world(world, file):
|
||||
'''
|
||||
Save the world to file-like object
|
||||
'''
|
||||
return world.write(file)
|
||||
return world.write(file, encoding='unicode')
|
||||
|
||||
Reference in New Issue
Block a user