Skip to content

Commit d37e32a

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent a3c4016 commit d37e32a

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)