Commit 93c61331d4cd9f0de3a56af21fd2d2748edecb0b

Authored by Erickson Silva
1 parent 4436bb42
Exists in master and in 1 other branch devel

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 79 if __name__ == '__main__':
80 80 texto = sys.argv[1]
81 81 glosa = traduzir(texto)
82   - sys.exit(glosa)
83 82 \ No newline at end of file
  83 + print glosa
84 84 \ No newline at end of file
... ...