We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc099b9 commit a088fcaCopy full SHA for a088fca
lib/cuckoo/core/startup.py
@@ -353,8 +353,6 @@ def check_snapshot_state():
353
machine_config = machinery_config.get(machine_name)
354
machine_name = machine_config.get("label")
355
domain = conn.lookupByName(machine_name)
356
-
357
358
# Check for valid architecture configuration.
359
arch = machine_config.get("arch")
360
if not arch:
0 commit comments