Skip to content

Commit

Permalink
Added reference to job iteration in delete function (Issue #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
thasso committed Jan 20, 2014
1 parent dfcf515 commit 19378ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jip/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,10 @@ def delete(job, clean_logs=False, cluster=None):
does **NOT** delete any dependencies, it operates *ONLY* on the given
job instance.
You can use :py:func:`jip.jobs.get_subgraph` to get a full subgraph of a
job, or :py:func:`jip.jobs.get_group_jobs` to create a list of all jobs
that are related due to grouping or piping.
:param job: the job to be deleted
:type job: `jip.db.Job`
:param clean: if True, the job log files will be deleted
Expand Down

0 comments on commit 19378ea

Please sign in to comment.