Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
f5270d73
Commit
f5270d73
authored
Jun 08, 2004
by
Jessica Severin
Browse files
removed automatic call to update_status when setting the status value
parent
ddd8bc38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
+0
-1
No files found.
modules/Bio/EnsEMBL/Hive/AnalysisStats.pm
View file @
f5270d73
...
...
@@ -69,7 +69,6 @@ sub status {
if
(
defined
$value
)
{
$self
->
{'
_status
'}
=
$value
;
$self
->
adaptor
->
update_status
(
$self
->
analysis_id
,
$value
)
if
(
$self
->
adaptor
);
}
return
$self
->
{'
_status
'};
}
...
...
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