Skip to content

Commit 6e7f9ce

Browse files
committed
changed utils_function name "create_response_with_binary_light_viewable
1 parent 7c9a2e5 commit 6e7f9ce

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
@@ -170,7 +170,7 @@ def save_native_viewable_binary_file_names(geode_object, data, folder_absolute_p
170170
"viewable_file_name": os.path.basename(saved_viewable_file_path[0]),
171171
"binary_light_viewable": str(binary_light_viewable, "utf-8"),
172172
}
173-
def create_geode_object_response(geode_object, data, folder_absolute_path):
173+
def create_response_with_binary_light_viewable(geode_object, data, folder_absolute_path):
174174
generated_id = str(uuid.uuid4()).replace("-", "")
175175
name = data.name()
176176
object_type = geode_functions.get_object_type(geode_object)

0 commit comments

Comments
 (0)