From 047eb9c37e01ddfa4b8036637595c7803ef9241b Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sat, 29 Dec 2018 12:21:38 -0600 Subject: [PATCH] Remove outdated comment. --- fanficfare/story.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanficfare/story.py b/fanficfare/story.py index 7dc67996..3a25b0ed 100644 --- a/fanficfare/story.py +++ b/fanficfare/story.py @@ -547,7 +547,7 @@ class Story(Configurable): else: new_seen_list = dict(seen_list) new_seen_list[line]=True - condval = self.getMetadata(condmatch.key(),seen_list=new_seen_list) ## XXXXXX not working properly?? + condval = self.getMetadata(condmatch.key(),seen_list=new_seen_list) keyfndnow = condmatch.is_match(condval) keyfound |= keyfndnow # print("match:%s %s\ncondmatch:%s %s\n\tkeyfound:%s\n\tfound:%s"%(