Browse Source

Fix #432: Siena installation error

Tests show that there is no error if the answer is piped from `yes`.
Fernando Correia 12 years ago
parent
commit
92e6d97959
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -258,7 +258,7 @@ class Installer:
     self.__run_command("mv play-1.2.5/play play-1.2.5/play1")
     self.__run_command("mv play-1.2.5/play play-1.2.5/play1")
 
 
     # siena
     # siena
-    self.__run_command("play-1.2.5/play1 install siena", send_yes=True)
+    self.__run_command("yes | play-1.2.5/play1 install siena")
 
 
     ##############################
     ##############################
     # TreeFrog Framework
     # TreeFrog Framework