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")