Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Nov 24, 2023
1 parent e59610d commit 7435bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagefield/management/commands/process_imagefields.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _compile_imagefield_labels(self, options):
elif options["field"]:
fields = set()
known = [f.field_label for f in IMAGEFIELDS]
unknown = {}
unknown = set()
for field in options["field"]:
if new := {f for f in known if fnmatch(f, field)}:
fields |= new
Expand Down

0 comments on commit 7435bf7

Please sign in to comment.