Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBuchananCompPhys committed Feb 26, 2025
1 parent 7594664 commit e436036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def configure(self, value: str):
f"The dictionary \n{dict_value}\n does not contain the expected keys"
)

except (TypeError, ValueError) as e:
except (TypeError, ValueError):
self.error_status = (
f"Value \n{value}\n in {self} is not of correct format (expected JSON string)"
)
Expand Down

0 comments on commit e436036

Please sign in to comment.