print_data_container_pickled_file.py
The print_data_container_pickled_file.py script is a debugging script that prints the information stored in the ${MTX_CONF_DIR}/mdc_config_custom.pickled file (which holds the custom MATRIXX Data Containers (MDCs) or the ${MTX_DATA_DIR}/data_container/mdc_config_system.pickled file (which holds the system MDCs).
Syntax
print_data_container_pickled_file.py [-h] [-d] [-s]
Options
- -h, --help
- Shows a help message.
- -d, --debug
- Debug flag. By default, no debug messages are printed. If this option is specified, then extra messages are printed to help with debugging this script.
- -s, --system
-
Reads the system MDC pickled file. By default, the script reads the custom MDC pickled file.
For more information about the MATRIXX environment variables, see the discussion about container directories and environment variables in MATRIXX Installation and Upgrade.