Actions
Bug #21947
openBroken ncf.py when loading techniques with disabled reporting
Effort required:
Priority:
0
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'
Updated by Alexis Mousset 4 months ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 4 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/ncf/pull/1371
Updated by Vincent MEMBRÉ 2 months ago
- Target version changed from 7.1.8 to 7.1.9
Updated by Vincent MEMBRÉ about 2 months ago
- Status changed from Pending technical review to New
Updated by Vincent MEMBRÉ about 2 months ago
- Target version changed from 7.1.9 to 7.1.10
Updated by Vincent MEMBRÉ 3 days ago
- Target version changed from 7.1.10 to 7.1.11
Actions