Index: trunk/ippTools/share/faketool_find_pendingexp.sql
===================================================================
--- trunk/ippTools/share/faketool_find_pendingexp.sql	(revision 18448)
+++ trunk/ippTools/share/faketool_find_pendingexp.sql	(revision 18688)
@@ -1,5 +1,5 @@
 -- this query is used by both camtool -pendingexp & camtool -addprocessedexp it
 -- does a little more work then is necessary for -addprocessed but it seems
--- "cleaner" to use the same query for both cases 
+-- "cleaner" to use the same query for both cases
 SELECT * FROM
     (SELECT
@@ -29,5 +29,5 @@
         AND chipRun.state = 'full'
         AND fakeMask.label IS NULL
-        AND fakeProcessedImfile.fake_id IS NULL
+        AND fakeProcessedImfile.fake_id IS NOT NULL
     GROUP BY
         fakeRun.fake_id
