Skip to content

Commit 5933818

Browse files
committed
Added archiveOnAppError to the job model. Closes #361
1 parent 8ec7ded commit 5933818

File tree

1 file changed

+2
-0
lines changed
  • tapis_cli/commands/taccapis/v2/jobs/models

1 file changed

+2
-0
lines changed

tapis_cli/commands/taccapis/v2/jobs/models/job.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class Job(TapisModel):
2929
argmod.DEFAULT, None, None, False),
3030
("archive", argtype.BOOLEAN, Verbosity.RECORD, argmod.BOOL_DEFAULTS,
3131
argmod.DEFAULT, None, None, True),
32+
("archiveOnAppError", argtype.BOOLEAN, Verbosity.RECORD,
33+
argmod.BOOL_DEFAULTS, argmod.DEFAULT, None, None, True),
3234
("archivePath", argtype.STRING, Verbosity.RECORD,
3335
argmod.STRING_DEFAULTS, argmod.DEFAULT, None, None, True),
3436
("archiveSystem", argtype.STRING, Verbosity.RECORD,

0 commit comments

Comments
 (0)