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

Verbose output for live_actions unload #1127

Closed
ChrisIsKing opened this issue May 9, 2023 · 0 comments
Closed

Verbose output for live_actions unload #1127

ChrisIsKing opened this issue May 9, 2023 · 0 comments

Comments

@ChrisIsKing
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When executing test cases for Jaseci actions, action modules are unloaded using unload_module. The function currently returns a boolean based on if it success full or not. It would be ideal if:

  1. The returned output follows what seems to be the jaseci standard of a json object of {"success": True, "results": pythonObj}
  2. In the case of failure a stack trace of what went wrong.

Describe the solution you'd like
Adjustment to unload_module to be more verbose

Describe alternatives you've considered
N/A

If this feature request is accepted, would you be willing to work on a PR?
Yes

Additional context
Add any other context or screenshots about the feature request here.

@ypkang ypkang closed this as completed Sep 9, 2024
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

2 participants