This commit is contained in:
grossmj 2026-03-17 12:51:36 +08:00
parent 0aa6566e50
commit 4f863f3767
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -645,7 +645,7 @@ class Dynamips(BaseManager):
return await super().duplicate_node(source_node_id, destination_node_id)
if hasattr(source_node, "status") and source_node.status != "stopped":
raise DynamipsError("Cannot duplicate router data while the route is running")
raise DynamipsError("Cannot duplicate router data while the router is running")
try:
with open(source_node.startup_config_path) as f: