Ubuntu Pastebin

Paste from PLA at Sat, 13 Aug 2016 17:32:56 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Error: Traceback (most recent call last):
  File "/usr/bin/click-review", line 162, in <module>
    main()
  File "/usr/bin/click-review", line 156, in main
    results.run_all_checks(overrides)
  File "/usr/bin/click-review", line 105, in run_all_checks
    section = self._run_module_checks(module, overrides)
  File "/usr/bin/click-review", line 97, in _run_module_checks
    review.do_checks()
  File "/usr/lib/python3/dist-packages/clickreviews/common.py", line 384, in do_checks
    func()
  File "/usr/lib/python3/dist-packages/clickreviews/cr_security.py", line 691, in check_policy_groups
    if len(policy_groups) < 1:
TypeError: object of type 'NoneType' has no len()

Traceback (most recent call last):
  File "/usr/bin/click-review", line 162, in <module>
    main()
  File "/usr/bin/click-review", line 156, in main
    results.run_all_checks(overrides)
  File "/usr/bin/click-review", line 105, in run_all_checks
    section = self._run_module_checks(module, overrides)
  File "/usr/bin/click-review", line 97, in _run_module_checks
    review.do_checks()
  File "/usr/lib/python3/dist-packages/clickreviews/common.py", line 384, in do_checks
    func()
  File "/usr/lib/python3/dist-packages/clickreviews/cr_security.py", line 691, in check_policy_groups
    if len(policy_groups) < 1:
TypeError: object of type 'NoneType' has no len()
Command failed
Download as text