Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax: fix syntax error in file_explorer #19

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

jalateras
Copy link
Contributor

Syntax error in the file_explorer resulting in the following error

Traceback (most recent call last):
  File "/Users/jima/comware/workspace/atomica/.venv/bin/atomic", line 5, in <module>
    from atomic_assembler.main import main
  File "/Users/jima/comware/workspace/atomica/.venv/lib/python3.11/site-packages/atomic_assembler/main.py", line 5, in <module>
    from atomic_assembler.app import AtomicAssembler
  File "/Users/jima/comware/workspace/atomica/.venv/lib/python3.11/site-packages/atomic_assembler/app.py", line 9, in <module>
    from atomic_assembler.screens.file_explorer import FileExplorerScreen
  File "/Users/jima/comware/workspace/atomica/.venv/lib/python3.11/site-packages/atomic_assembler/screens/file_explorer.py", line 149
    f"Current directory: [bold {PRIMARY_COLOR}]{list_view.item.item_data["path"]}[/bold {PRIMARY_COLOR}]"

@KennyVaneetvelde
Copy link
Member

Oh dear how did that one slip through, thanks for the fix!

@KennyVaneetvelde KennyVaneetvelde merged commit 3bc3f6c into BrainBlend-AI:main Oct 28, 2024
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.

2 participants