Comment 68 for bug 1508442

Revision history for this message
sumit (er-sksumit) wrote :

Python 3 deprecated the logger.warn method in favor of warning

    Python 3 deprecated the logger.warn method, see:
    https://docs.python.org/3/library/logging.html#logging.warning, so we
    prefer to use warning to avoid DeprecationWarning.

    Change-Id: Ibc234aedad20351861462f1ebd0457632bdfd048
    Closes-Bug: #1508442