Skip to content

Commit b97310f

Browse files
authored
Update commandscheduler.py
1 parent 6a41954 commit b97310f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands2/commandscheduler.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ def schedule(self, *commands: Command) -> None:
177177
using those requirements have been scheduled as interruptible. If this is the case, they will
178178
be interrupted and the command will be scheduled.
179179
180-
WARNING: using this function directly is often a footgun and should be avoided. Instead Triggers should be used to schedule Commands.
180+
WARNING: using this function directly can often lead to unexpected behavior and should be
181+
avoided. Instead Triggers should be used to schedule Commands.
181182
182183
:param commands: the commands to schedule.
183184
"""

0 commit comments

Comments
 (0)