X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FTable.py;h=4e9ddabb90adf5a466b0e6c07afd8a6468d4023a;hb=8eb73ae9dcd4155fce6f065e40d544dbc7648142;hp=cb0eb6b6008d1bd31450aec8c54a8f480614e905;hpb=fcef24e66e137f58d048c54c3c286e574ab0880d;p=plcapi.git diff --git a/PLC/Table.py b/PLC/Table.py index cb0eb6b..4e9ddab 100644 --- a/PLC/Table.py +++ b/PLC/Table.py @@ -92,7 +92,7 @@ class Row(dict): assert isinstance(obj, classobj) assert isinstance(obj, Row) assert obj.primary_key in obj - assert join_table in obj.join_tables + assert join_table in obj.join_tables # By default, just insert the primary keys of each object # into the join table.