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.
1 parent 32504b1 commit 45fb43eCopy full SHA for 45fb43e
datajoint/jobs.py
@@ -90,7 +90,7 @@ def reserve(self, table_name, key):
90
def ignore(self, table_name, key):
91
"""
92
Set a job to be ignored for computation. When a job is ignored, the job table contains an entry for the
93
- job key, identified by its hash, with status "ignore".
+ job key, identified by its hash, with status "ignore".
94
95
:param table_name: `database`.`table_name`
96
:param key: the dict of the job's primary key
0 commit comments