Removes filter param from osm-common function calls 62/6662/1
authorBenjamin Diaz <bdiaz@whitestack.com>
Tue, 9 Oct 2018 14:44:53 +0000 (11:44 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Tue, 9 Oct 2018 14:44:53 +0000 (11:44 -0300)
commitdb8ea6ae17ac2393829c61f9be61e1b25efb1fe4
treeacdc9a3f509259d0128985bf8a27d2d3307072ab
parent29d590a038ce5c8d745f97ab935393c0bd6a8228
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>
osm_policy_module/common/db_client.py