Skip to content

Commit 37eeeee

Browse files
committed
rm name
1 parent 681e169 commit 37eeeee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/opengeodeweb_back/utils_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ def generate_native_viewable_and_light_viewable_from_file(
270270
shutil.copy2(source_path, dest_path)
271271
additional_files_copied.append(additional_file.filename)
272272

273-
data.name = input_file
274273
geode_object = generic_geode_object.load(copied_full_path)
275274
result = save_all_viewables_and_return_info(geode_object, data, data_path)
276275
if os.path.exists(copied_full_path):

0 commit comments

Comments
 (0)