Skip to content

Commit 669e359

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent beb66c7 commit 669e359

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ werkzeug==3.1.2
6060
# flask
6161
# flask-cors
6262

63-
opengeodeweb-microservice==1.*,>=1.0.4

src/opengeodeweb_back/utils_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def generate_native_viewable_and_light_viewable_from_file(
240240
input_file=input_filename,
241241
additional_files=[],
242242
)
243-
243+
244244
data_path = create_data_folder_from_id(data_entry.id)
245245

246246
full_input_filename = geode_functions.upload_file_path(input_filename)

tests/test_utils_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ def test_save_all_viewables_commits_to_db(client):
143143
geode_object = "BRep"
144144
data = geode_functions.load(geode_object, "./tests/data/test.og_brep")
145145
input_file = "test.og_brep"
146-
146+
147147
data_entry = Data.create(
148148
geode_object=geode_object,
149149
input_file=input_file,
150150
additional_files=[],
151151
)
152152
data_path = utils_functions.create_data_folder_from_id(data_entry.id)
153-
153+
154154
result = utils_functions.save_all_viewables_and_return_info(
155155
geode_object, data, data_entry, data_path
156156
)

0 commit comments

Comments
 (0)