Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
datascience
balsamDEPRECATED
Commits
34271879
Commit
34271879
authored
Nov 21, 2016
by
jtchilders
Browse files
changed ArgoJob.argo_job_id to job_id
parent
9ec6310d
Changes
1
Hide whitespace changes
Inline
Side-by-side
argo/management/commands/argo_update_job.py
View file @
34271879
...
...
@@ -22,7 +22,7 @@ class Command(BaseCommand):
def
handle
(
self
,
*
args
,
**
options
):
job
=
ArgoJob
.
objects
.
get
(
pk
=
options
[
'pk'
])
logger
.
info
(
'editing ArgoJob pk='
+
str
(
job
.
pk
)
+
'
argo_
job_id='
+
str
(
job
.
argo_
job_id
))
logger
.
info
(
'editing ArgoJob pk='
+
str
(
job
.
pk
)
+
' job_id='
+
str
(
job
.
job_id
))
if
hasattr
(
job
,
options
[
'attribute'
]):
attr
=
getattr
(
job
,
options
[
'attribute'
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment