Skip to content

Commit

Permalink
feat(missing_files): add missing_files function
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Sep 26, 2023
1 parent cb23d44 commit e8bd1a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/opengeodeweb_back/geode_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ def get_inspector(geode_object: str, data):
return objects_list()[geode_object]["inspector"](data)


def missing_files(geode_object: str, data):
return objects_list()[geode_object]["missing_files"](data)


def get_geode_object_input_extensions(geode_object: str):
inputs_list = []
geode_object_inputs = get_input(geode_object)
Expand Down

0 comments on commit e8bd1a5

Please sign in to comment.