Revision b9eebf2a kamaki/cli/utils/__init__.py

b/kamaki/cli/utils/__init__.py
411 411
        except IndexError:
412 412
            break
413 413
        if part:
414
            terms += part
414
            if tpart and not tpart[-1].endswith(' '):
415
                terms[-1] += ' '.join(part)
416
            else:
417
                terms += part
415 418
    return terms
416 419

  
417 420

  

Also available in: Unified diff