Commit 6b0d3ff92d22d9cc74719e29e3ddd4aa60a9c1f6
1 parent
a61d0742
Exists in
master
and in
1 other branch
Corrige install.sh
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
... | ... | @@ -54,4 +54,4 @@ read -r -p "Deseja criar as variáveis de ambiente? [Y/n] " response |
54 | 54 | echo -e "\n## Execute o seguinte comando para concluir:\n\n$ source ~/.bashrc\n" |
55 | 55 | fi |
56 | 56 | |
57 | 57 | -echo -e "### Instalação finalizada!" |
58 | +echo -e "### Instalação finalizada!" | |
58 | 59 | \ No newline at end of file | ... | ... |
src/AplicaRegras.py
... | ... | @@ -225,7 +225,11 @@ class AplicaRegras(object): |
225 | 225 | node_pai[nodes_positions[count_temp]][0][0].set_label(newprop.text) |
226 | 226 | |
227 | 227 | elif action_text == "concate_neg": |
228 | - print "TODO" | |
228 | + print 'TODO' | |
229 | + #if nodes_deleted: | |
230 | + | |
231 | + | |
232 | + #else: | |
229 | 233 | |
230 | 234 | |
231 | 235 | if newprop is not None: | ... | ... |