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

uncatched keyboard interrupt #138

Closed
rhubert opened this issue May 10, 2017 · 0 comments
Closed

uncatched keyboard interrupt #138

rhubert opened this issue May 10, 2017 · 0 comments
Labels

Comments

@rhubert
Copy link
Contributor

rhubert commented May 10, 2017

Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "/home/hubert/projects/bob/pym/bob/__init__.py", line 55, in <module>
    BOB_VERSION = getVersion()
  File "/home/hubert/projects/bob/pym/bob/__init__.py", line 35, in getVersion
    cwd=root, universal_newlines=True, stderr=subprocess.STDOUT)
  File "/usr/lib/python3.4/subprocess.py", line 609, in check_output
    output, unused_err = process.communicate(inputdata, timeout=timeout)
  File "/usr/lib/python3.4/subprocess.py", line 947, in communicate
    stdout = _eintr_retry_call(self.stdout.read)
  File "/usr/lib/python3.4/subprocess.py", line 491, in _eintr_retry_call
    return func(*args)
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants