You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (Jira)" <ji...@apache.org> on 2021/09/22 20:04:00 UTC

[jira] [Created] (YETUS-1121) shelldocs throwing an exception

Allen Wittenauer created YETUS-1121:
---------------------------------------

             Summary: shelldocs throwing an exception
                 Key: YETUS-1121
                 URL: https://issues.apache.org/jira/browse/YETUS-1121
             Project: Yetus
          Issue Type: Bug
          Components: ShellDocs
    Affects Versions: 0.14.0
            Reporter: Allen Wittenauer
            Assignee: Allen Wittenauer
             Fix For: 0.14.0


```
  File "/home/aw/yetus/shelldocs/src/main/python/shelldocs.py", line 481, in <module>
    main()
  File "/home/aw/yetus/shelldocs/src/main/python/shelldocs.py", line 472, in main
    message = funcs.lint()
  File "/home/aw/yetus/shelldocs/src/main/python/shelldocs.py", line 287, in lint
    value.lower(), attr.lower(), validvalue))
AttributeError: 'NoneType' object has no attribute 'lower'
```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)