Actions
Bug #21947
closedBroken ncf.py when loading techniques with disabled reporting
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
[2022-10-12 14:14:11+0200] ERROR bootchecks - An error occurred while updating techniques based on ncf; error message is: Inconsistency: An error occured while updating generic methods library with command '/usr/share/ncf/ncf write_all_techniques': code: 1 stderr: Traceback (most recent call last): File "/usr/share/ncf/ncf", line 107, in <module> write_all_techniques("", False) File "/usr/share/ncf/ncf", line 77, in write_all_techniques techniques = ncf.get_all_techniques_metadata(True,migrate_old) File "/usr/share/ncf/tools/ncf.py", line 458, in get_all_techniques_metadata method_calls = parse_technique_methods(file, methods) File "/usr/share/ncf/tools/ncf.py", line 420, in parse_technique_methods if not (method_name.startswith("_") or method_name.startswith("log")): AttributeError: 'NoneType' object has no attribute 'startswith'
Actions