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
f9399a0c
Commit
f9399a0c
authored
Jun 02, 2004
by
Jessica Severin
Browse files
added debug message
parent
300f8844
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/Bio/EnsEMBL/Hive/Worker.pm
modules/Bio/EnsEMBL/Hive/Worker.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/Worker.pm
View file @
f9399a0c
...
...
@@ -417,7 +417,7 @@ 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
('');
}
...
...
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