server/msplanner.py
branchstable
changeset 7292 258c92805066
parent 7191 1e2d8e4d2c7b
child 7306 a21bafe9fe35
--- a/server/msplanner.py	Fri Apr 29 12:34:18 2011 +0200
+++ b/server/msplanner.py	Fri Apr 29 20:16:54 2011 +0200
@@ -483,7 +483,7 @@
             else:
                 var = vref.variable
                 for rel in var.stinfo['relations'] - var.stinfo['rhsrelations']:
-                    if rel.r_type in ('eid', 'name'):
+                    if rel.r_type in ('eid', 'name') and not rel.neged(strict=True):
                         if rel.r_type == 'eid':
                             slist = sourceeids
                         else: