- Always store firmware paths (scpu_fw_path, ncpu_fw_path) when provided, not just when upload_fw=True - Restore firmware upload condition to only run when upload_fw=True - Fix 'MultiDongle' object has no attribute 'scpu_fw_path' error during pipeline initialization - Ensure firmware paths are available for both upload and non-upload scenarios This resolves the pipeline deployment error where firmware paths were missing even when provided to the constructor, causing initialization failures. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
Python
100%