Skip to content

Commit c33565b

Browse files
committed
renamed task registry
1 parent b8e321c commit c33565b

File tree

1 file changed

+1
-1
lines changed
  • functions-python/tasks_executor/src

1 file changed

+1
-1
lines changed

functions-python/tasks_executor/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"description": "Rebuilds missing validation reports for GTFS datasets.",
4646
"handler": rebuild_missing_validation_reports_handler,
4747
},
48-
"identify_missing_bounding_boxes": {
48+
"rebuild_missing_bounding_boxes": {
4949
"description": "Rebuilds missing bounding boxes for GTFS datasets that contain valid stops.txt files.",
5050
"handler": rebuild_missing_bounding_boxes_handler,
5151
},

0 commit comments

Comments
 (0)