From 5eed85c86184e90f8efda2d110646d90a780f182 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 10:31:12 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 2b3bea3..bbf15ec 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -29,6 +29,7 @@ def prerun(): # If the original trigger is not the same after && or | split # so we will now redispatch to help get the correct function passed if comrun.has_command_been_sanitized: + print("here") if comrun.is_pipe_command: trigger_dict = rebuild_pipes(comrun.commands) else: