Minor: removes todo comment about implemented case
This commit is contained in:
parent
3b6751ea1b
commit
07c002503b
@ -200,7 +200,6 @@ class Repository(object):
|
||||
"""
|
||||
if not bibstruct.valid_citekey(base_key):
|
||||
base_key = bibstruct.generate_citekey(bibentry)
|
||||
# TODO: check that the generated citekey does not have a slash too.
|
||||
for n in itertools.count():
|
||||
if not base_key + _base27(n) in self.citekeys:
|
||||
return base_key + _base27(n)
|
||||
|
Loading…
x
Reference in New Issue
Block a user