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

Add a compatibility shim for UnableToDetermineAccessRange, ScheduleDebugInput #461

Merged
merged 1 commit into from Jul 7, 2021

Conversation

kaushikcfd
Copy link
Collaborator

Closes #460

@@ -536,8 +537,13 @@ def start(self):
self.start_time = time()


class ScheduleDebugInputError(Exception):
pass
class ScheduleDebugInput(ScheduleDebugInputError):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah. So the pep8-naming isn't smart enough to figure out ScheduleDebugInput is derived from Exception 🤣.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBH, I really question their judgment on introducing that warning...

@inducer inducer enabled auto-merge (rebase) July 7, 2021 19:30
@inducer
Copy link
Owner

inducer commented Jul 7, 2021

Thanks!

@inducer inducer merged commit c13f542 into main Jul 7, 2021
@inducer inducer deleted the compat-access-range branch July 7, 2021 19:53
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.

Compatibility shim for UnableToDetermineAccessRange
2 participants