Skip to content

Commit

Permalink
Update ibridges/meta.py
Browse files Browse the repository at this point in the history
Co-authored-by: qubixes <44498096+qubixes@users.noreply.github.com>
  • Loading branch information
chStaiger and qubixes authored Nov 26, 2024
1 parent c1891cf commit 7ae3f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibridges/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def update(self, new_key: str, new_value: str, new_units: Optional[str] = ""):
"""
new_item_key = (new_key, new_value, new_units)
print(new_item_key)
try:
_new_item = self._ibridges_meta[new_item_key]
except KeyError:
Expand Down

0 comments on commit 7ae3f6f

Please sign in to comment.