~utah/utah/dev

« back to all changes in this revision

Viewing changes to utah/commandstr.py

Merging more of Javier's static analysis fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
"""
4
4
 
5
5
 
6
 
 
7
6
def commandstr(command, *args, **kw):
8
7
    """
9
8
    Convert a command and argument lists into a representation of that command suitable for display to a user.