Skip to content

Commit

Permalink
Handle already downloaded papers
Browse files Browse the repository at this point in the history
  • Loading branch information
KyriakosFrang committed Mar 3, 2017
1 parent 607bf4c commit 0d28166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dblp_xml_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def download_and_store(self, paper, db):
# the ee XML tag indicates that this paper has some kind of source attached (this will usually be an URL)
if 'ee' in paper:
# Do we want to skip this file? There are lots of reasons, see below... Skipping means we will not try to download it
global skip

skip = False
# filters have been set
"""
Expand Down

0 comments on commit 0d28166

Please sign in to comment.