This commit is contained in:
deathbybandaid 2022-05-05 13:38:08 -04:00
parent b53bcac337
commit 5ee3526ac9

View File

@ -32,6 +32,8 @@ def prerun():
sb.commands.dispatch(trigger_dict) sb.commands.dispatch(trigger_dict)
return return
print(comrun.is_pipe_command)
# If the original trigger is not the same after splits # If the original trigger is not the same after splits
# so we will now redispatch to help get the correct function passed # so we will now redispatch to help get the correct function passed
# if comrun.has_command_been_sanitized: # if comrun.has_command_been_sanitized: