diff options
author | toonn <toonn@toonn.io> | 2018-12-26 14:30:57 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2018-12-26 15:15:37 +0100 |
commit | 71c7564107a7e7ae22a55190d16c5eba4615f4a0 (patch) | |
tree | 80837f1e195200222fdb9f942f9eeda2cd004f87 /examples/README | |
parent | 07cc58396035d1c25871632d8ee14cad08dbe69a (diff) | |
download | ranger-71c7564107a7e7ae22a55190d16c5eba4615f4a0.tar.gz |
Silence KeyError for bookmarks while expanding macros
The implementation for the `%any_path` macro relies on the bookmark being defined, however when expanding the macro for uses of `%any` that don't involve existing bookmarks you get error messages even though the failure's expected. Simplest solution is to just fail silently, like the existing `%any` macro already did. Lazy evaluation would silence the error for all uses of `%any`, since the value for `%any_path` would never be used, but that would require altering all the generation and consumption of macro values. Another solution is to only resolve the `%any_path` macro when it's necessary but that would involve changing the way `wildcards` are passed distinguishing between `any` and `any_path` macros. Fixes #1419
Diffstat (limited to 'examples/README')
0 files changed, 0 insertions, 0 deletions