mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-22 07:40:43 +08:00
print useful info on unnamed scriptlet
This commit is contained in:
parent
fdf3568825
commit
f44f86e124
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ def _log_parser(log: List[str], report: checkReport) -> None:
|
||||||
pkg, *_ = _m.groups()
|
pkg, *_ = _m.groups()
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
report.crit(f'[NOM-SCRIPTLET] {_pmsg}')
|
report.crit(f'[NOM-SCRIPTLET] {msg} {_pmsg}')
|
||||||
ln += 1
|
ln += 1
|
||||||
action = 'unknown'
|
action = 'unknown'
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue