diff --git a/api/src/opentrons/hardware_control/module_control.py b/api/src/opentrons/hardware_control/module_control.py index 1d32731d026..6fda6b7cdc5 100644 --- a/api/src/opentrons/hardware_control/module_control.py +++ b/api/src/opentrons/hardware_control/module_control.py @@ -29,9 +29,11 @@ log = logging.getLogger(__name__) MODULE_PORT_REGEX = re.compile( + # add a negative lookbehind to suppress matches on OT-2 tempfiles udev creates + r"(?