From cd8bd2c7cef6d403d6a60c7f3deb104b2898364b Mon Sep 17 00:00:00 2001 From: jhugunin Date: Mon, 10 Mar 2003 23:18:56 +0000 Subject: further work on binary aspects (aspect path) tested correct behavior for obvious forms of concrete aspects, next need to address abstract --- tests/scripts/incr.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/scripts') diff --git a/tests/scripts/incr.py b/tests/scripts/incr.py index 1e767aceb..e4acce69f 100644 --- a/tests/scripts/incr.py +++ b/tests/scripts/incr.py @@ -115,6 +115,7 @@ def makeSet(errors): ret = {} for e in errors: loc = e.getISourceLocation() + if loc is None: continue #??? s = "%s:%i" % (loc.sourceFile.name[:-5], loc.line) ret[s] = s return ret.keys() -- cgit v1.2.3