Skip to content

Commit e3ac529

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 5f4673c commit e3ac529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/opengeodeweb_back/utils_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def save_all_viewables_and_return_info(
162162
) -> dict[str, Any]:
163163
if additional_files is None:
164164
additional_files = []
165-
165+
166166
data_entry = Data.create(
167167
name=data.name(),
168168
geode_object=geode_object,
@@ -252,4 +252,4 @@ def generate_native_viewable_and_light_viewable_from_file(
252252
data,
253253
input_file=input_filename,
254254
additional_files=additional_files_copied,
255-
)
255+
)

0 commit comments

Comments
 (0)