Эх сурвалжийг харах

Fix #432: Siena installation error

Tests show that there is no error if the answer is piped from `yes`.
Fernando Correia 12 жил өмнө
parent
commit
92e6d97959
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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")
 
     # 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