[BEZALEL] Fix syntax error breaking all CI (test_skill_name_traversal.py) #188
Reference in New Issue
Block a user
Delete Branch "bezalel/fix-indentation-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes IndentationError on line 282 of
tests/agent/test_skill_name_traversal.pywheredef setup_skill_with_fileswas missing class-level indentation. This is currently causing all CI runs to fail.