Преглед изворни кода

causing issues in deployment

Stan Gurtler пре 2 година
родитељ
комит
3166b4f57b
1 измењених фајлова са 5 додато и 5 уклоњено
  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;
         }