| commit | cf507461d5f0d7e0121ef734d4ff70d40d6c61ec | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Tue Oct 09 11:38:51 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Tue Oct 09 11:38:51 2018 -0300 |
| tree | 31c2e5e2cc8e8a49e502744d7f576532ca98df8a | |
| parent | 6a25034efeefc28121fa2cd16d655e5620bd8c47 [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>