Skip to content

Commit

Permalink
transport unit types
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Jul 16, 2024
1 parent f2f36b5 commit fff4040
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 fff4040

Please sign in to comment.