Introduction
Introduction Statistics Contact Development Disclaimer Help
Check for missing file - warvox - VoIP based wardialing tool, forked from rapid…
Log
Files
Refs
README
---
commit 4c5bff4f8d4cde61e0435e1a96b92fc707b4cd38
parent f1f58cf7ea8d4f46bbcbf668b6864e852ba113e4
Author: HD Moore <[email protected]>
Date: Sun, 1 Mar 2009 23:25:44 +0000
Check for missing file
Diffstat:
M lib/warvox/jobs/analysis.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/lib/warvox/jobs/analysis.rb b/lib/warvox/jobs/analysis.rb
@@ -44,6 +44,7 @@ class Analysis < Base
next if r.processed
next if not r.completed
next if r.busy
+ next if not r.rawfile
next if not File.exist?(r.rawfile)
bname = r.rawfile.gsub(/\..*/, '')
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.