Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
datascience
balsamDEPRECATED
Commits
c3e0845e
Commit
c3e0845e
authored
Nov 02, 2017
by
Thomas Uram
Browse files
Correct typo
parent
9723a23d
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/TransitionJob.py
View file @
c3e0845e
...
@@ -40,7 +40,7 @@ class TransitionJob(multiprocessing.Process):
...
@@ -40,7 +40,7 @@ class TransitionJob(multiprocessing.Process):
'Failed to retrieve job id '
+
str
(
self
.
entry_pk
)
+
' from DB for base_class '
+
str
(
self
.
job_base_class
.
__name__
)
+
'. Exception: '
+
str
(
e
)))
'Failed to retrieve job id '
+
str
(
self
.
entry_pk
)
+
' from DB for base_class '
+
str
(
self
.
job_base_class
.
__name__
)
+
'. Exception: '
+
str
(
e
)))
return
return
logger
.
debug
(
'retr
e
ived pk='
+
str
(
self
.
entry_pk
)
+
' state='
+
job
.
state
)
logger
.
debug
(
'retri
e
ved pk='
+
str
(
self
.
entry_pk
)
+
' state='
+
job
.
state
)
# transition state
# transition state
try
:
try
:
...
...
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