CERNDocumentServer / harvesting-kit

A kit containing various utilities and scripts related to content harvesting used in Invenio Software (http://invenio-software.org) instances such as INSPIRE (http://inspirehep.net) and SCOAP3 (http://scoap3.org)
GNU General Public License v2.0
7 stars 18 forks source link

epdsciences_package: adds new module #26

Closed GiorgosPa closed 10 years ago

GiorgosPa commented 10 years ago

Signed-off by: Georgios Papoutsakisgeorgios.papoutsakis@cern.ch

jalavik commented 10 years ago

Linting reveals some errors:

$ pylint -E harvestingkit/edpsciences_package.py 
No config file found, using default configuration
************* Module harvestingkit.edpsciences_package
E: 44,21: Undefined variable 'sys' (undefined-variable)
E: 51,21: Undefined variable 'sys' (undefined-variable)
E: 94,21: Undefined variable 'sys' (undefined-variable)
E: 99,57: Undefined variable 'doi' (undefined-variable)
E:231,12: Undefined variable 'sys' (undefined-variable)

Have you added Anaconda to your Sublime? Its amazing :+1:

GiorgosPa commented 10 years ago

No I will have a look thanks!