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: local variable 'params' referenced before assignment #509

Closed
wants to merge 1 commit into from

Conversation

a13zen
Copy link
Contributor

@a13zen a13zen commented Feb 26, 2024

Issue #, if available:
Fix indent issue causing variable referenced before assignment errors

@dgraeber dgraeber self-requested a review February 26, 2024 13:40
Copy link
Contributor

@dgraeber dgraeber left a comment

Choose a reason for hiding this comment

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

Lets discuss the issue you are having

@a13zen a13zen closed this Feb 26, 2024
@a13zen
Copy link
Contributor Author

a13zen commented Feb 26, 2024

Closing in favour of safer alternative fix to be introduced by @dgraeber

@a13zen a13zen deleted the fix/variable-reference-fix branch February 26, 2024 14:16
)
destroy_response = list(workers.map(_exec_destroy, params))
_logger.debug(destroy_response)
print_modules_build_info("Build Info Debug Data", destroy_response) if _logger.isEnabledFor(
Copy link
Contributor

Choose a reason for hiding this comment

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

I have tested this..it fails due to the ordering of the deletion of module roles

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.

2 participants