We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_populate_exclude_error_and_ignore_jobs
1 parent 7415a08 commit 3f111aeCopy full SHA for 3f111ae
tests_old/test_autopopulate.py
@@ -62,7 +62,7 @@ def test_populate_exclude_error_and_ignore_jobs(self):
62
for idx, key in enumerate(keys):
63
if idx == 0:
64
schema.schema.jobs.ignore(self.experiment.table_name, key)
65
- elif:
+ elif idx == 1:
66
schema.schema.jobs.error(self.experiment.table_name, key, "")
67
else:
68
schema.schema.jobs.reserve(self.experiment.table_name, key)
0 commit comments