Index: /trunk/ppStats/src/ppStatsChip.c
===================================================================
--- /trunk/ppStats/src/ppStatsChip.c	(revision 14560)
+++ /trunk/ppStats/src/ppStatsChip.c	(revision 14561)
@@ -20,4 +20,7 @@
     if (!p_ppStatsDoThis(data->chips, chipName)) {
         return PS_EXIT_SUCCESS;
+    }
+    if (!chip->file_exists && !chip->data_exists) {
+	return PS_EXIT_SUCCESS;
     }
 
