[enh] if not journals available, return nothing

This commit is contained in:
Laurent Peuch 2016-06-24 02:08:59 +02:00
parent eef247d34b
commit db83eb5a2b

View file

@ -43,4 +43,8 @@ def journals_list():
limit -- Maximum number of domain fetched
"""
if not os.path.exists(JOURNALS_PATH):
return {}
return {}