Closed klahnakoski closed 5 years ago
Looking at
c:\python36\Scripts\adr.exe config_durations --verbose
the branches is empty
branches
At this point in the debugger https://github.com/mozilla/active-data-recipes/blob/master/adr/recipes/config_durations.py#L15 `branches is, indeed, empty
I blame the lack of default value from this changeset:
https://github.com/mozilla/active-data-recipes/commit/57eddf8921a0f23f1893b5bcf3c653120f51091d#diff-1fd0892d2b93fe30e321b96b4a4e9e4aL14
This got fixed and hasn't been failing recently. Thanks for the investigation!
Looking at
the
branches
is emptyAt this point in the debugger https://github.com/mozilla/active-data-recipes/blob/master/adr/recipes/config_durations.py#L15 `branches is, indeed, empty