Skip to content

Commit

Permalink
Fix PEP8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jul 31, 2017
1 parent ffad544 commit 2b9ebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion almar/concept.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def authorize(self):
self.sf['0'] = self.vocabulary.marc_prefix + concept_id
log.info(Fore.GREEN + '✔' + Style.RESET_ALL + ' Authorized: %s %s', self.tag, self)
else:
log.info(Fore.RED + '✘' + Style.RESET_ALL + ' Not authorized: %s %s', self.tag, self)
log.info(Fore.RED + '✘' + Style.RESET_ALL + ' Not authorized: %s %s', self.tag, self)

def field(self):
return {'tag': self.tag, 'sf': self.sf}

0 comments on commit 2b9ebfd

Please sign in to comment.