Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edisj committed Jul 26, 2024
1 parent 6f0f3b6 commit a0e33a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdaadb/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
STRICT=False,
)

if self._name not in self.observables.get_column("Name").data:
if self._name not in self.observables.get_column("name").data:
# print(self._name, self._desc, self._path)
self.observables.insert_row(
row=(self._name, self._desc, self._creator),
Expand Down

0 comments on commit a0e33a5

Please sign in to comment.