Add ImportError to check_log patterns
Compare changes
@@ -101,7 +101,7 @@ sub scan_logfile(){
Surprisingly, we didn't have "ImportError" in check_log patterns, so if anyone imported a non-existent python module, we wouldn't get the message with the module name in the check_log output. After this MR, we should catch also errors like this:
ImportError: No module named JetSequenceDefs