From e5de2483227d752d16b83c2ae3456379b9c18f1e Mon Sep 17 00:00:00 2001 From: doomedraven Date: Mon, 8 Dec 2025 06:08:39 +0100 Subject: [PATCH] Update startup.py --- lib/cuckoo/core/startup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cuckoo/core/startup.py b/lib/cuckoo/core/startup.py index 257d29579d6..be3d9304f30 100644 --- a/lib/cuckoo/core/startup.py +++ b/lib/cuckoo/core/startup.py @@ -349,6 +349,7 @@ def check_snapshot_state(): if not machine_name: continue + snapshot_name = "" try: machine_config = machinery_config.get(machine_name) machine_name = machine_config.get("label")