Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
0ebacc18
Commit
0ebacc18
authored
Jun 16, 2004
by
Jessica Severin
Browse files
removed more debugging statements
parent
c56b5712
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/Hive/Worker.pm
modules/Bio/EnsEMBL/Hive/Worker.pm
+2
-2
No files found.
modules/Bio/EnsEMBL/Hive/Worker.pm
View file @
0ebacc18
...
...
@@ -402,12 +402,12 @@ sub close_and_update_job_output
open
STDERR
,
"
>&WORKER_STDERR
";
if
(
-
z
$job
->
stdout_file
)
{
print
("
unlink zero size
",
$job
->
stdout_file
,
"
\n
");
#
print("unlink zero size ", $job->stdout_file, "\n");
unlink
$job
->
stdout_file
;
$job
->
stdout_file
('');
}
if
(
-
z
$job
->
stderr_file
)
{
print
("
unlink zero size
",
$job
->
stderr_file
,
"
\n
");
#
print("unlink zero size ", $job->stderr_file, "\n");
unlink
$job
->
stderr_file
;
$job
->
stderr_file
('');
}
...
...
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