Skip to content
Snippets Groups Projects
Commit aeaa3b76 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix nested conditional var

parent 21ab8e8f
No related branches found
No related tags found
1 merge request!4Release
......@@ -1062,6 +1062,8 @@ class Command(BaseCommand):
continue
at_least_one_incorrect_filename = False
for file_data in value:
if not isinstance(file_data, dict):
observed_issues_count += 1
......@@ -1081,8 +1083,6 @@ class Command(BaseCommand):
continue
at_least_one_incorrect_filename = False
for file_key, file_value in file_data.items():
file_key = file_key.strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment