diff options
-rw-r--r-- | bugscan.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,4 +10,7 @@ $bug_matches = { "Empty %files file.*\\.lang" => "err_findlang", "Installed \\(but unpackaged\\) file\\(s\\) found" => "err_unpackagedfile", # e.g. flvtool2 "^ File not found:" => "err_packagedfilemissing", + "SyntaxError: Missing parentheses in call to 'print'." => "err_python3", # e.g. pyzy + "ERROR: ambiguous python shebang" => "err_python3", # e.g. scid + "libtool: compile: unable to infer tagged configuration" => "err_libtool", # e.g. mcal } |