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
007c0ad4
Commit
007c0ad4
authored
Mar 08, 2007
by
Leigh B. Stoller
Browse files
Fix minor bugs (I should make this my default message).
parent
dc8343aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/batchexp.in
View file @
007c0ad4
...
...
@@ -1149,7 +1149,7 @@ sub ParseArgs()
error
=>
['
bad_data
',
'
argument
',
$instance_idx
]},
"
Bad data in argument:
$instance_idx
.
");
}
$instance
=
Template::
Instance
->
LookupBy
Exptidx
(
$instance_idx
);
$instance
=
Template::
Instance
->
LookupBy
ID
(
$instance_idx
);
if
(
!
defined
(
$instance
))
{
tbdie
("
No such template instance
$instance_idx
");
}
...
...
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