Skip to content

Commit

Permalink
Of course, there was a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaplaza committed Nov 27, 2024
1 parent f20b089 commit 54f75c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navicat_spock/spock.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run_spock_from_args(
f"Assuming field {tag} corresponds to a possible descriptor variable."
)
descriptors[i] = True
if tdix is None:
if tidx is None:
raise Exception(
'No target (performance metric) was detected. The input data must have a "TARGET" header to identify which column is the target! Exiting!'
)
Expand Down

0 comments on commit 54f75c1

Please sign in to comment.