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