You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/07/27 15:57:04 UTC

[jira] [Created] (HADOOP-12273) releasedocmaker.py fails with stacktrace if --project option is not specified

Kengo Seki created HADOOP-12273:
-----------------------------------

             Summary: releasedocmaker.py fails with stacktrace if --project option is not specified
                 Key: HADOOP-12273
                 URL: https://issues.apache.org/jira/browse/HADOOP-12273
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: yetus
            Reporter: Kengo Seki
            Priority: Trivial


It should show its usage instead. 

{code}
[sekikn@mobile hadoop]$ dev-support/releasedocmaker.py --version 3.0.0
Traceback (most recent call last):
  File "dev-support/releasedocmaker.py", line 580, in <module>
    main()
  File "dev-support/releasedocmaker.py", line 424, in main
    title=projects[0]
TypeError: 'NoneType' object has no attribute '__getitem__'
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)