Changeset 40 in tailor


Ignore:
Timestamp:
06/30/04 18:07:01 (9 years ago)
Author:
lele@…
Hash name:
20040630160701-97f81-40aca21788c8f5a07f297bdd71ddde83350397d7
Message:

Fix a typo in the cvs backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvs.py

    r39 r40  
    213213        for e in changeset.entries: 
    214214            edir = dirname(join(root, e.name)) 
    215             if e.action_kind != e.DELETED and not exists(edir)): 
     215            if e.action_kind != e.DELETED and not exists(edir): 
    216216                makedirs(edir) 
    217217 
Note: See TracChangeset for help on using the changeset viewer.