Skip to content

Commit

Permalink
Wow, what a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Sep 21, 2021
1 parent 8a207ed commit f599cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTFd_plugin/utils.py
Expand Up @@ -54,7 +54,7 @@ def challenge_paths(user, challenge, *, secret=None):
yield from category_global.iterdir()

if challenge_global.exists():
yield from category_global.iterdir()
yield from challenge_global.iterdir()

options = [
option
Expand Down

0 comments on commit f599cb0

Please sign in to comment.