def print_warning()

in scancode/scanCode.py [0:0]


def print_warning(msg):
    """Print warning message to stdout."""
    print(col.yellow(msg))