Skip to content

Renamed core find_trigger_urls method

Duncan Macleod requested to merge github/fork/duncanmmacleod/rename-method into master

This PR renames the central function find_trigger_urls to find_trigger_files. This is mainly because all of the other methods use _files and it makes more sense since we're only serving local data.

This does provide a shell for find_trigger_urls that presents a DeprecationWarning then calls find_trigger_files.

Merge request reports