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]);

_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to