Skip to content

Commit 1ed8804

Browse files
committed
input file type None or str
1 parent b8545c3 commit 1ed8804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/utils_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def create_data_folder_from_id(data_id: str) -> str:
163163
def save_all_viewables_and_return_info(
164164
geode_object: str,
165165
data: Any,
166-
input_file: str,
166+
input_file: str | None = None,
167167
additional_files: list[str] | None = None,
168168
) -> dict[str, Any]:
169169
if additional_files is None:

0 commit comments

Comments
 (0)