Skip to content

Commit fec027f

Browse files
author
liucai
committed
fix: all_memory_demand
1 parent b73c4ea commit fec027f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autopcr/module/modules/unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ async def do_task(self, client: pcrclient):
996996

997997
if not ignore_memory and all_memory_gap > 0:
998998
self._warn(
999-
f"{self.unit_name}记忆碎片总需求{all_memory_gap},库存{memory_inventory},不满足突破条件"
999+
f"{self.unit_name}记忆碎片总需求{all_memory_demand},库存{memory_inventory},不满足突破条件"
10001000
)
10011001
continue
10021002

0 commit comments

Comments
 (0)