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

Stopping mid-acquisition when duration is provided hangs execution #5

Open
afonsocraposo opened this issue Mar 30, 2022 · 0 comments
Open

Comments

@afonsocraposo
Copy link
Contributor

When stopping the following command before it finishes using CTRL-C freezes the execution of code:

./sense.py -d 10

The error it gives when forcing to stop is:

Exception ignored in: <module 'threading' from '/usr/lib64/python3.10/threading.py'>
Traceback (most recent call last):
  File "/usr/lib64/python3.10/threading.py", line 1551, in _shutdown
    lock.acquire()
KeyboardInterrupt:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant