Code review comment for lp://staging/~gz/launchpadlib/trivial_homeless_launchpadlib_dir

Revision history for this message
Robert Collins (lifeless) wrote :

if launchpadlib_dir[:1] == '~':
would be clearer as
if launchpadlib_dir.startswith('~'):

« Back to merge proposal