Skip to content

Commit

Permalink
馃悰 Fix a refactoring error
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Apr 30, 2024
1 parent 29fbbb5 commit ec85c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/octoprint/server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ def f(x, k):

return f

extractor = partial(create_safe_extractor, t, x)(
extractor = partial(create_safe_extractor, t)(
template_sorting[t]["key_extractor"]
)

Expand Down

0 comments on commit ec85c49

Please sign in to comment.