From fff40405549b188fd4458d5808f0518141399d35 Mon Sep 17 00:00:00 2001 From: Katie Mummah Date: Mon, 15 Jul 2024 13:33:16 -0500 Subject: [PATCH] transport unit types --- source/cyclusagent.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/cyclusagent.py b/source/cyclusagent.py index b992f106..daeeb4a4 100644 --- a/source/cyclusagent.py +++ b/source/cyclusagent.py @@ -139,6 +139,9 @@ def prepare_type(cpptype, othertype): 'package': None, 'inpackage': None, 'outpackage': None, + 'transportunit': None, + 'intransportunit': None, + 'outtransportunit': None, 'none': None, None: None, '': None, @@ -156,6 +159,9 @@ def prepare_type(cpptype, othertype): 'package': None, 'inpackage': None, 'outpackage': None, + 'transportunit': None, + 'intransportunit': None, + 'outtransportunit': None, } def _type(cpp, given=None):