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

Captured exception is unused #149

Open
peter-k4rsten opened this issue Jan 21, 2025 · 0 comments
Open

Captured exception is unused #149

peter-k4rsten opened this issue Jan 21, 2025 · 0 comments

Comments

@peter-k4rsten
Copy link

The captured exception object is not used in the following code

clembench/scripts/cli.py

Lines 44 to 45 in f913790

except Exception as e: # likely not a json
model_spec = ModelSpec.from_name(model_string)

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

1 participant