Ignore:
Timestamp:
Mar 28, 2012, 6:16:55 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
5680065
Parents:
96ef09f
git-author:
Alex Dehnert <adehnert@…> (03/28/12 06:14:59)
git-committer:
Alex Dehnert <adehnert@…> (03/28/12 06:16:55)
Message:

Come closer to handling shared storage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/space/diffs.py

    r57a2ad6 r94f3a39  
    144144        new_data = the_space.build_access(time=new_time)
    145145        all_spaces[the_space.pk] = the_space
    146         init_groups(group_data, old_data[1])
    147         init_groups(group_data, new_data[1])
     146        init_groups(group_data, old_data[2])
     147        init_groups(group_data, new_data[2])
    148148        for group_pk, group in group_data.items():
    149149            if group_pk in old_data[0] or group_pk in new_data[0]:
Note: See TracChangeset for help on using the changeset viewer.