mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fix c7200_i0_log.txt is created in the current directory. Fixes #2191
This commit is contained in:
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…
Reference in New Issue
Block a user