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-stable
Commits
4150ff4e
Commit
4150ff4e
authored
Sep 19, 2007
by
Mike Hibler
Browse files
Delay nodes can be called 'tbdelay' too
parent
02c2281f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/resetlinks.py
View file @
4150ff4e
...
...
@@ -86,7 +86,7 @@ nodes = info_method(PACKAGE_VERSION, { "proj" : pid, "exp" : eid, "aspect" : "ma
nodelist
=
nodes
[
"value"
]
delaynodes
=
list
()
delayre
=
re
.
compile
(
'tbsdelay\d+'
)
delayre
=
re
.
compile
(
'tbs
?
delay\d+'
)
for
node
in
nodelist
:
if
delayre
.
match
(
node
):
delaynodes
.
append
(
node
)
...
...
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