Skip to content

Commit 3c1b97a

Browse files
committed
rmv mkdir
1 parent a86a117 commit 3c1b97a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/opengeodeweb_back/utils_functions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def generate_native_viewable_and_light_viewable(geode_object, data, original_fil
151151
name = data.name()
152152
object_type = geode_functions.get_object_type(geode_object)
153153

154-
if not os.path.isdir(data_path):
155-
os.makedirs(data_path)
156-
157154
additional_files_copied = []
158155
if original_filename:
159156
original_file_path = geode_functions.upload_file_path(original_filename)

0 commit comments

Comments
 (0)