Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
verktoy
PyMetric
Commits
5ef90f2c
Commit
5ef90f2c
authored
Jan 16, 2020
by
Runar Borge
Browse files
fixes
#20
, Added node-name to text-formatting
parent
10f6f1ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
command.py
View file @
5ef90f2c
...
...
@@ -929,7 +929,7 @@ class MetricShell(Cmd):
n1
=
subargs
[
0
]
if
not
self
.
simulation
.
routerfail
(
n1
):
print
(
"No node %s in current topology."
)
print
(
"No node %s in current topology."
%
n1
)
def
do_simpath
(
self
,
args
):
if
not
self
.
simulation
.
is_active
():
...
...
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