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

Fix reloading issue with multiple decorated functions #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kirle
Copy link

@kirle kirle commented Jun 15, 2024

Resolved a bug where only the first function decorated would be reloaded on subsequent invocations.

  • If having a similar decorated function in two different classes, only the first was reloaded. Fixed by checking both function and class names.

Little modifications on exception handling to better manage specific scenarios.

  • Setting forever=True while sending an iterator to reloading function
  • If an error was found on the code when running on a non-interactive environment, instead of waiting for the user to press enter, just throw an error message.

Resolved a bug where only the first function decorated with  would be reloaded on subsequent invocations. Also, enhanced exception handling to better manage specific cases, such as operating in non-interactive environments
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