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 5f4673c commit e3ac529Copy full SHA for e3ac529
src/opengeodeweb_back/utils_functions.py
@@ -162,7 +162,7 @@ def save_all_viewables_and_return_info(
162
) -> dict[str, Any]:
163
if additional_files is None:
164
additional_files = []
165
-
+
166
data_entry = Data.create(
167
name=data.name(),
168
geode_object=geode_object,
@@ -252,4 +252,4 @@ def generate_native_viewable_and_light_viewable_from_file(
252
data,
253
input_file=input_filename,
254
additional_files=additional_files_copied,
255
- )
+ )
0 commit comments