mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
The initial fix used _project_created_on_compute to check for disconnected computes before deletion, but this set gets reset during project.open(), causing the check to fail. Now uses self._computes which is loaded from the topology file and persists through the open() call. Related: #2703 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>