[padb-devel] [padb] r149 committed - Don't attempt to display output in the default output handler...

codesite-noreply at google.com codesite-noreply at google.com
Tue Aug 25 11:10:16 BST 2009


Revision: 149
Author: apittman
Date: Tue Aug 25 03:10:00 2009
Log: Don't attempt to display output in the default output handler
if there isn't any.

http://code.google.com/p/padb/source/detail?r=149

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Tue Aug 25 03:02:09 2009
+++ /trunk/src/padb	Tue Aug 25 03:10:00 2009
@@ -3072,7 +3072,8 @@

      my $cargs = $req->{cargs};

-    # Could warn on missing output here...
+    # Warn on missing output here...
+    return unless exists $d->{target_output};

      my $lines  = $d->{target_output};
      my $mode   = $req->{mode};




More information about the padb-devel mailing list