Skip to content

v0.4.1

Choose a tag to compare

@ztripez ztripez released this 20 Jun 06:53
· 1 commit to main since this release

Bug Fixes

  • Fix concatenation error when args is None in sync operation
    • Prevents "can only concatenate list (not NoneType) to list" errors during CLI client synchronization
    • Ensures args parameter is always treated as a list when combining with command arrays

Changes

  • Enhanced error handling in sync engine for CLI-based client configurations