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
41d6856c
Commit
41d6856c
authored
May 19, 2008
by
David Johnson
Browse files
Stupid bugs.
parent
8a95f37a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/plab/plabrenewonce.in
View file @
41d6856c
...
...
@@ -32,9 +32,9 @@ def main(args):
libplab
.
debug
=
opts
.
debug
libplab
.
verbose
=
opts
.
verbose
if
expt
:
if
opts
.
expt
:
try
:
pid
,
eid
=
expt
.
split
(
'/'
)
pid
,
eid
=
opts
.
expt
.
split
(
'/'
)
except
:
parser
.
error
(
"Improper pid/eid"
)
pass
...
...
@@ -44,7 +44,7 @@ def main(args):
pass
plab
=
libplab
.
Plab
()
plab
.
renew
(
opts
.
plc
,
pid
,
eid
,
slicename
)
plab
.
renew
(
opts
.
plc
,
pid
,
eid
,
opts
.
slicename
)
return
...
...
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