Skip to content

Commit

Permalink
Mudando para maiusculo ofek#47
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodiogenes committed Aug 8, 2019
1 parent d43e407 commit 39f3fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion odufrn_downloader/modules/Package.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def search_related_packages(self, keyword: str,

# Imprime exceção se não houver pacotes similares
if not len(related):
self._print_not_relation(keyword, 'package')
self._print_not_relation(keyword, 'Package')

return related

Expand Down
2 changes: 1 addition & 1 deletion odufrn_downloader/modules/Tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def search_by_tag(self, tag: str) -> list:
tags = self.search_related(tag, self.available_tags, False)
# Imprime exceção se não houver pacotes
if not len(tags):
self._print_not_relation(tag, 'tag')
self._print_not_relation(tag, 'Tag')

packages = []
for key in tags:
Expand Down

0 comments on commit 39f3fcc

Please sign in to comment.