Remove quotes from CommaJoin and convert to it
This patch removes the quotes from CommaJoin and converts most of the callers (that I could find) to it. Since CommaJoin does str(i) for i in param, we can remove these, thus simplifying slightly a few calls. Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
Showing
- daemons/ganeti-masterd 1 addition, 1 deletiondaemons/ganeti-masterd
- daemons/ganeti-watcher 1 addition, 1 deletiondaemons/ganeti-watcher
- lib/backend.py 1 addition, 1 deletionlib/backend.py
- lib/cli.py 2 additions, 2 deletionslib/cli.py
- lib/cmdlib.py 5 additions, 5 deletionslib/cmdlib.py
- lib/config.py 3 additions, 4 deletionslib/config.py
- lib/jqueue.py 1 addition, 1 deletionlib/jqueue.py
- lib/locking.py 2 additions, 2 deletionslib/locking.py
- lib/utils.py 1 addition, 1 deletionlib/utils.py
- scripts/gnt-cluster 3 additions, 2 deletionsscripts/gnt-cluster
- scripts/gnt-instance 2 additions, 2 deletionsscripts/gnt-instance
- scripts/gnt-job 2 additions, 2 deletionsscripts/gnt-job
- scripts/gnt-node 2 additions, 2 deletionsscripts/gnt-node
- scripts/gnt-os 2 additions, 2 deletionsscripts/gnt-os
- tools/burnin 1 addition, 1 deletiontools/burnin
Loading
Please register or sign in to comment