lib/trace-component.rb in canzea-0.1.15 vs lib/trace-component.rb in canzea-0.1.16
- old
+ new
@@ -63,10 +63,10 @@
t1 = Time.now
begin
workingDir = Canzea::config[:catalog_location]
- puts "-- Executing: #{l} at #{workingDir}"
+ puts "-- Executing [#{workingDir}] #{l}"
Dir.chdir(workingDir){
Open3.popen3(l) {|stdin, stdout, stderr, wait_thr|
pid = wait_thr.pid # pid of the started process.
log_w = StringIO.new
\ No newline at end of file