print_void_msg¶
- pyrcs.utils.print_void_msg(data_name, verbose)[source]¶
Print a message when the data collection process fails.
- Parameters:
data_name (str) – The name of the data being collected.
verbose (bool | int) – Whether to print relevant information to the console.
Examples:
>>> from pyrcs.utils import print_void_msg >>> print_void_msg(data_name="Railway Codes", verbose=True) No data of "Railway Codes" has been freshly collected.