Skip to content

Commit 4217ed4

Browse files
committed
input_file: str
1 parent 410580f commit 4217ed4

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
@@ -157,7 +157,7 @@ def create_data_folder_from_id(data_id: str) -> str:
157157
def save_all_viewables_and_return_info(
158158
geode_object: str,
159159
data: Any,
160-
input_file: list[str],
160+
input_file: str,
161161
additional_files: list[str] = [],
162162
) -> dict[str, Any]:
163163
data_entry = Data.create(

0 commit comments

Comments
 (0)