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

#TypeError: string indices must be integers #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kaelatt
Copy link

@Kaelatt Kaelatt commented Nov 4, 2021

I propose to replace this will remove the error creating the file when compiling

#if (file[1]['a'] and file[1]['t'] and file[1]['a']['n'] == foldername):
by
#if (isinstance (file[1]['a'], dict) and file[1]['t'] and file[1]['a']['n'] == foldername):

I propose to replace this will remove the error creating the file when compiling

#if (file[1]['a'] and file[1]['t'] and file[1]['a']['n'] == foldername):
by
#if (isinstance (file[1]['a'], dict) and file[1]['t'] and file[1]['a']['n'] == foldername):
@yassinerh28
Copy link

I propose a similar solution with different syntax.
Check my comment on the issue.

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