Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running catkin_prepare_release #887

Closed
facontidavide opened this issue Aug 30, 2017 · 3 comments
Closed

Error when running catkin_prepare_release #887

facontidavide opened this issue Aug 30, 2017 · 3 comments

Comments

@facontidavide
Copy link

Hi, I am tryint to run catkin_prepare_release after catkin_generate_changelog, but get the following error

  File "/opt/ros/indigo/bin/catkin_prepare_release", line 390, in <module>
    main()
  File "/opt/ros/indigo/bin/catkin_prepare_release", line 269, in main
    if not args.non_interactive and not prompt_continue(fmt("Prepare release of version '@{bf}@{boldon}%s@{boldoff}@{reset}'%s" % (new_version, " (tagged as '@{bf}@{boldon}%s@{boldoff}@{reset}')" % tag_name if args.tag_prefix else '')), default=True):
  File "/opt/ros/indigo/bin/catkin_prepare_release", line 41, in prompt_continue
    response = raw_input(msg)
EOFError

Attached there is the changelog (I don't know if it helps).

package.xml.txt

CHANGELOG.rst.txt

@dirk-thomas
Copy link
Member

The error happened when expecting the confirmation if the command should proceed. What did you enter on the prompt?

@facontidavide
Copy link
Author

Misteriously the error disappeared once I reboot the computer. Doh

@dirk-thomas
Copy link
Member

Based on the fact that raw_input might raise EOFError I created #888 to catch it just in case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants