Commit 93c61331d4cd9f0de3a56af21fd2d2748edecb0b
1 parent
4436bb42
Exists in
master
and in
1 other branch
Substitui 'return' para 'print' no main do PortGlosa
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/PortGlosa.py
@@ -79,4 +79,4 @@ def ajuda(): | @@ -79,4 +79,4 @@ def ajuda(): | ||
79 | if __name__ == '__main__': | 79 | if __name__ == '__main__': |
80 | texto = sys.argv[1] | 80 | texto = sys.argv[1] |
81 | glosa = traduzir(texto) | 81 | glosa = traduzir(texto) |
82 | - sys.exit(glosa) | ||
83 | \ No newline at end of file | 82 | \ No newline at end of file |
83 | + print glosa | ||
84 | \ No newline at end of file | 84 | \ No newline at end of file |