Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0bee620f
Commit
0bee620f
authored
Jun 29, 2012
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
251323a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAggregate.pm.in
View file @
0bee620f
...
...
@@ -1047,7 +1047,7 @@ sub Start($$$)
my $userdir = $experiment->UserDir();
my $manifest_file = "$userdir/tbdata/geni_manifest";
my $manifest = $self->GetManifest(1);
if (open(MAN, ">$manifest_file")) {
if (
$manifest &&
open(MAN, ">$manifest_file")) {
print MAN $manifest;
close(MAN);
}
...
...
Write
Preview
Supports
Markdown
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