Project

General

Profile

Actions

Bug #21947

closed

Broken ncf.py when loading techniques with disabled reporting

Added by Alexis Mousset over 1 year ago. Updated about 1 year ago.

Status:
Rejected
Priority:
N/A
Category:
Web - Config management
Target version:
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

Also available in: Atom PDF