python/graph: use '>' for excessive numbers, not '+'
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 1 Jun 2018 04:51:19 +0000 (16:51 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 10 Jun 2018 17:02:20 +0000 (19:02 +0200)
commit87926094040621e46534a305a8eec9dc75551711
treed78d7dcbf5a41f27420297b299f883f298c21088
parent02bca5590cf3cb647df8c9b188a0a2e678933d0c
python/graph: use '>' for excessive numbers, not '+'

'+' already has another meaning in these graphs.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/graph.py