Parcourir la source

causing issues in deployment

Stan Gurtler il y a 2 ans
Parent
commit
3166b4f57b
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      prsona/src/experimentQueueMain.cpp

+ 5 - 5
prsona/src/experimentQueueMain.cpp

@@ -108,11 +108,11 @@ int main(int argc, char* argv[])
                         return 1;
                     }
                 }
-                else if (WIFSIGNALED(status))
-                {
-                    std::cerr << "Signal terminated previous run, aborting." << std::endl;
-                    return 1;
-                }
+                // else if (WIFSIGNALED(status))
+                // {
+                //     std::cerr << "Signal terminated previous run, aborting." << std::endl;
+                //     return 1;
+                // }
             }
             currPid = 0;
         }