Get rid of utils.CommaJoin
- We never remember to use it (5 uses vs 21 " ,".join()) - It's longer to write than " ,".join() - The added value of the apostrophe in the string is not very much Signed-off-by:Guido Trotter <ultrotter@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
Showing
- lib/cmdlib.py 1 addition, 2 deletionslib/cmdlib.py
- lib/hypervisor/hv_base.py 1 addition, 1 deletionlib/hypervisor/hv_base.py
- lib/utils.py 0 additions, 10 deletionslib/utils.py
- scripts/gnt-node 1 addition, 2 deletionsscripts/gnt-node
- test/docs_unittest.py 2 additions, 2 deletionstest/docs_unittest.py
Loading
Please register or sign in to comment