convert_galaxy_status¶
Summary¶
- convert_galaxy_status(galaxyStatus) str¶
This function converts the Galaxy Status, as it’s stored in the Fortune Avenue-compatible .frb file, into a string that matches what we store in the Map Descriptor .yaml file.
- Parameters:
galaxyStatus (cs_board_tools.schema.frb.LoopingMode)
- Returns:
A string representing the equivalent value to what was passed in, but in a format that can be compared to the Map Descriptor .yaml file.
- Return type:
str
Importing¶
from cs_board_tools.validation.consistency import convert_galaxy_status