| commit | db8ea6ae17ac2393829c61f9be61e1b25efb1fe4 | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Tue Oct 09 11:44:53 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Tue Oct 09 11:44:53 2018 -0300 |
| tree | acdc9a3f509259d0128985bf8a27d2d3307072ab | |
| parent | 29d590a038ce5c8d745f97ab935393c0bd6a8228 [diff] |
Removes filter param from osm-common function calls The filter argument was replaced to q_filter. Instead of renaming the keyword arg, now functions are called using only positional args. Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>