bin/polymarker.rb in bio-polyploid-tools-0.10.0 vs bin/polymarker.rb in bio-polyploid-tools-0.10.1
- old
+ new
@@ -199,10 +199,10 @@
end
Signal.trap("TERM") do
write_status "ERROR: Job terminated. Please try a small number of primers."
Signal.trap("SIGTERM", "DEFAULT") # restore handler
- Process.kill("TERM", 0) # kill this process with correct signal
+ exit
end
snps = Array.new
begin