Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter authored Oct 19, 2022
1 parent 61ecc1d commit b88bd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/worker_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def parse_memory_limit(
return None
if system.MEMORY_LIMIT < memory_limit:
logger.warning(
"Ignoring provided memory limit %s due system memory limit of %s",
"Ignoring provided memory limit %s due to system memory limit of %s",
orig,
system.MEMORY_LIMIT,
)
Expand Down

0 comments on commit b88bd21

Please sign in to comment.