We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f81216 commit ae92e8eCopy full SHA for ae92e8e
src/opengeodeweb_viewer/vtk_protocol.py
@@ -51,7 +51,7 @@ def get_data(self, data_id: str) -> dict[str, Union[str, list[str], None]]:
51
print(f"Error fetching data {data_id}: {e}")
52
raise
53
54
- def get_data_file_path(self, data_id: str, filename: str = None) -> str:
+ def get_data_file_path(self, data_id: str, filename: str) -> str:
55
if filename is None:
56
data = self.get_data(data_id)
57
viewable_file_name = data["viewable_file_name"]
0 commit comments