Skip to content

Commit a601b0b

Browse files
committed
Fix No suitable library found for fods
1 parent ecb3361 commit a601b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pyexcel_odsr/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
stream_type="binary",
2222
).add_a_reader(
2323
relative_plugin_class_path="odsr.FODSBook",
24+
locations=["file", "memory"],
2425
file_types=[__FILE_TYPE_FODS__],
25-
stream_type="binary",
26+
stream_type="text",
2627
).add_a_reader(
2728
relative_plugin_class_path="odsr.ODSBookInContent",
2829
file_types=[__FILE_TYPE__],

0 commit comments

Comments
 (0)