ignore \N fields (NULL)
[webpac2] / bin / isi-download-results.pl
index b768fe0..5bd18be 100755 (executable)
@@ -120,8 +120,8 @@ sub get_results {
                        last;
                }
 
-               if ( $mech->content =~ m{Please wait while your request is processed} ) {
-                       warn "WARNING: processing request";
+               if ( $mech->content !~ m{Please wait while your request is processed} ) {
+                       warn "WARNING: expecting processing request";
                }