Searched defs:unknown (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/lint/
H A Dpkglint_action.py1254 def unknown(self, action, manifest, engine, pkglint_id="004"): member in class:PkgActionChecker
1255 """We should never have actions called 'unknown'."""
1257 if action.name is "unknown":
1258 engine.error(_("unknown action found in {0}").format(
1262 unknown.pkglint_desc = _("'unknown' actions should never occur.")

Completed in 454 milliseconds