-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(includes): iterate airports by rule, then by airport (#168)
* fix(includes): iterate airports by rule, then by airport Currently, we iterate each of the airport directories and within that, iterate through the rules. This has the effect of making the ordering of the rules essentially useless, as all the rules get applied to the current airport before moving on. This change modifies the processing order so it applies each rule in turn to each folder, which produces the desired effect. fix #167 * Remove test variable
- Loading branch information
Showing
6 changed files
with
266 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.