| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a1f9ce4 commit 44b25cd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ def _parse_document(data, base_url=None): | |||
| 43 | 43 | expanded_fields = [ | |
| 44 | 44 | Field(name=field_name, location='form', required=is_required, description=field_description) | |
| 45 | 45 | for field_name, is_required, field_description in expanded | |
| 46 | - if not any([field.name == name for field in fields]) | ||
| 46 | + if not any([field.name == field_name for field in fields]) | ||
| 47 | 47 | ] | |
| 48 | 48 | fields += expanded_fields | |
| 49 | 49 | else: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments