Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mellea/stdlib/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ async def aact(

if strategy is None:
# Only use the strategy if one is provided. Add a warning if requirements were passed in though.
if requirements is not None and len(requirements) >= 0:
if requirements is not None and len(requirements) > 0:
FancyLogger.get_logger().warning(
"Calling the function with NO strategy BUT requirements. No requirement is being checked!"
)
Expand Down