Skip to content

Add ImportError to check_log patterns

Rafal Bielski requested to merge checklog-add-ImportError into master

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

Merge request reports