-
Notifications
You must be signed in to change notification settings - Fork 645
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
Error: There is no file in the output folder #44
Comments
I would check the folder your in and make it writable to everyone. |
It has full permissions folder it still doesn't work |
Change this line of code:
to code_content = next((code for file, code in code_blocks if os.path.basename(file) == key), None) Essentially I had the same issue and was able to fix it because it's looking for a code block where the base name of the file (i.e., the file name without the directory path) matches the key instead of looking for a code block where the file name exactly matches the key. |
@3DTSUS .... thanks for this. It worked. |
@3DTSUS Thank you. That was one part of the problem for me. The other part was that the |
At the end of the operation there is no code file the project folder is empty
I used python maestro-ollama.py
The text was updated successfully, but these errors were encountered: