Add TODO for follow the phantoms

This commit is contained in:
Tim Van Baak 2020-04-30 23:48:50 -07:00
parent 6abbac41d4
commit 6d7e7a8a42
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ def title_constraint_analysis(
# I: This article is new # I: This article is new
if title not in info: if title not in info:
infos.append('New article') infos.append('New article')
# And new articles are forbidden
pass # TODO follow the phantoms option
# I: This article is a phantom # I: This article is a phantom
elif info[title].character is None: elif info[title].character is None:
infos.append('Phantom article') infos.append('Phantom article')