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

Remove statusbar update timer #538

Merged
merged 2 commits into from
Nov 28, 2018
Merged

Remove statusbar update timer #538

merged 2 commits into from
Nov 28, 2018

Conversation

nirizr
Copy link
Owner

@nirizr nirizr commented Nov 22, 2018

Apparently, for some unknown reason when the 'Running Python script' pops up and is being cancelled, theres a chance the KeyboardInterrupt will be thrown in the timer signal code instead. A simple solution is to remove this code, and potentially replace it with something that doesnt require periodic checks

Apparently, for some unknown reason when the 'Running Python script' pops up and is being cancelled, theres a chance the KeyboardInterrupt will be thrown in the timer signal code instead. A simple solution is to remove this code, and potentially replace it with something that doesnt require periodic checks
@nirizr nirizr force-pushed the nirizr/remove_statusbar_timer branch from b72df86 to 6a0728e Compare November 22, 2018 05:01
@nirizr nirizr merged commit 06a40c3 into master Nov 28, 2018
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

Successfully merging this pull request may close these issues.

1 participant