Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "/" -> "*" typo in query expression evaluation.
Apparently nobody has ever tried to multiply anything inside a butler query expression, because it wouldn't have worked. Note that we don't actually need an entry for "/" in this mapping because that requires special-casing to deal with floating-point vs. integer division anyway.
- Loading branch information