Skip to content

Commit

Permalink
Merge pull request #378 from nuclearkatie/transportunit_types
Browse files Browse the repository at this point in the history
transport unit types
  • Loading branch information
gonuke authored Jul 16, 2024
2 parents f2f36b5 + fff4040 commit b76d431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/cyclusagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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):
Expand Down

0 comments on commit b76d431

Please sign in to comment.