Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vdk-core: Improve log message for python version disparity (#2250)
This change improves the warning log message of the python version disparity check to be more concise and without unnecessary information. Testing Done: Local execution of a test job. Result: ```bash warning: ******************************************************************************** warning: What: Python version mismatch between local python and configure python. warning: Why: The Python version specified in the job's config.ini file is (3.9) warning: while the local python version used to execute the data job is (3.8). warning: Consequences: Developing a data job using one Python version and deploying warning: it with a different version can result in unexpected and warning: difficult-to-troubleshoot errors like module incompatibilities, or warning: unexpected behavior during execution. warning: Countermeasures: To resolve this issue, ensure that the Python version warning: specified in the python_version property of the config.ini file matches warning: the Python version of your execution environment by either editing the warning: python_version property in config.ini, or switching local environment warning: to a matching version of python. warning: warning: ******************************************************************************** ``` Signed-off-by: Andon Andonov <[email protected]>
- Loading branch information