Skip to content

Commit

Permalink
Incluindo carga de áreas do WoS e bases do WoS onde o periódico é ind…
Browse files Browse the repository at this point in the history
…exado, #819
  • Loading branch information
fabiobatalha committed Jun 4, 2014
1 parent 62ef30f commit a1b0cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scielomanager/tools/import_data/journalimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def load_journal(self, collection, user, loaded_sponsor, record):

if '854' in record:
for item in record['854']:
capitalized = ' '.join([capitalize(i.lower()) for i in item.split(' ')])
capitalized = ' '.join([capitalize(i) for i in item.split(' ')])
try:
area = SubjectCategory.objects.get(term=capitalized)
except:
Expand Down

0 comments on commit a1b0cd1

Please sign in to comment.