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 b8545c3 commit 1ed8804Copy full SHA for 1ed8804
src/opengeodeweb_back/utils_functions.py
@@ -163,7 +163,7 @@ def create_data_folder_from_id(data_id: str) -> str:
163
def save_all_viewables_and_return_info(
164
geode_object: str,
165
data: Any,
166
- input_file: str,
+ input_file: str | None = None,
167
additional_files: list[str] | None = None,
168
) -> dict[str, Any]:
169
if additional_files is None:
0 commit comments