Skip to content

Commit

Permalink
Atualizando branch ofek#47
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodiogenes committed Aug 9, 2019
1 parent 07152ad commit 2956ef7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions odufrn_downloader/modules/Env.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ def _print_exception(self, ex: Exception):
"Verifique sua conexão, o nome do conjunto de dados "
"e tente novamente."
)

def _print_not_found(self, name: str, type_name: str):
"""Imprime mensagem padrão para nome de dados não encontrados.
"""
print('{} de dados "{}" não foi encontrado.'.format(type_name, name))

def _print_not_relation(self, name: str, type_name: str):
"""Imprime mensagem padrão para nome de dados semelhantes não encontrados.
"""Imprime mensagem padrão para nome de dados semelhantes não
encontrados.
"""
print('Não há {} semelhante a {}'.format(type_name, name))

Expand Down

0 comments on commit 2956ef7

Please sign in to comment.