Fix c7200_i0_log.txt is created in the current directory. Fixes #2191

pull/2192/head
grossmj 1 year ago
parent 3040e87a7d
commit 8ef59c7832

@ -273,7 +273,7 @@ class Dynamips(BaseManager):
"""
try:
output = await subprocess_check_output(dynamips_path)
output = await subprocess_check_output(dynamips_path, "-P", "none")
match = re.search(r"Cisco Router Simulation Platform \(version\s+([\d.]+)", output)
if match:
version = match.group(1)

Loading…
Cancel
Save