Skip to content

Commit 094b85e

Browse files
committed
Merge branch 'feat/folder_path' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat/folder_path
2 parents 4d9f503 + d37e32a commit 094b85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_back/routes/blueprint_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def geode_objects_and_output_extensions():
217217
)
218218
data = geode_functions.load(
219219
flask.request.json["input_geode_object"],
220-
geode_functions.upload_file_path(UPLOAD_FOLDER, flask.request.json["filename"])
220+
geode_functions.upload_file_path(UPLOAD_FOLDER, flask.request.json["filename"]),
221221
)
222222
geode_objects_and_output_extensions = (
223223
geode_functions.geode_objects_output_extensions(

0 commit comments

Comments
 (0)