Changeset 1371 in tailor


Ignore:
Timestamp:
05/03/07 00:09:40 (6 years ago)
Author:
lele@…
Hash name:
20070502220940-97f81-16b8cdbc50512c2d5df5b2f49f22eed0f8f85b4d
Message:

Removed trailing space from the assert, since we just did a .rstrip()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/darcs/source.py

    r1362 r1371  
    317317                date = datetime(y,m,d,hh,mm,ss,0,UTC) 
    318318                l = output.readline().rstrip() 
    319                 assert (l.startswith('  * ') or 
     319                assert (l.startswith('  *') or 
    320320                        l.startswith('  UNDO:') or 
    321321                        l.startswith('  tagged')), \ 
Note: See TracChangeset for help on using the changeset viewer.