Skip to content

fix: correct typo c_scafold → c_scaffold in log.py#319

Open
Jah-yee wants to merge 1 commit into
royerlab:mainfrom
Jah-yee:fix/c-scafold-typo
Open

fix: correct typo c_scafold → c_scaffold in log.py#319
Jah-yee wants to merge 1 commit into
royerlab:mainfrom
Jah-yee:fix/c-scafold-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented May 13, 2026

Copy link
Copy Markdown

Summary

Fix AttributeError when using aydin CLI on Windows:
`Arbol' object has no attribute 'c_scafold' (line 222 of log.py)

Fix

1 character change: c_scafold' → c_scaffold' in src/aydin/util/log/log.py

The variable name scaffold (correct) was being used but referencing wrong attribute c_scafold instead of c_scaffold.

Testing

No behavioral change - only fixing a typo that causes AttributeError when the logger tries to access a non-existent attribute on the Arbol class.

Fixes #318

Fixes AttributeError when using aydin CLI on Windows:
'Arbol' object has no attribute 'c_scafold' (line 222)

Only 1 character change: c_scafold -> c_scaffold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in the code linked to Arbol

1 participant