fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] An issue regarding the sequence of printed messages


From: Yungwei Chen
Subject: [Fab-user] An issue regarding the sequence of printed messages
Date: Thu, 21 Oct 2010 19:38:55 -0400

Hi,

I noticed that the 'Executing ....' is always printed after the output of 
subprocess.call statement.
Is there a workaround for it? Thanks.

print "Executing %s..." % self.bash_script_deploy_war_file_path;
rv = subprocess.call([self.bash_script_deploy_war_file_path, self.tomcat_name, 
self.war_file_name, self.rename]);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]