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

Fix files as dict #21

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix files as dict #21

wants to merge 3 commits into from

Conversation

TimvdHeijden
Copy link
Contributor

@TimvdHeijden TimvdHeijden commented Apr 28, 2023

Before this change you would not get a warning when you enter a list as the files parameter, now PyCharm will throw a type warning. Also the code would crash, now the code only handles dict.

@erfannariman
Copy link
Member

erfannariman commented Apr 28, 2023

Could you describe the problem and even better, make a test which fails before implementation and works after this fix. @TimvdHeijden

@TimvdHeijden
Copy link
Contributor Author

Could you describe the problem and even better, make a test which fails before implementation and works after this fix. @TimvdHeijden

Added a test and a description.

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