Sync g3 to gh

This commit is contained in:
Corentin Le Molgat
2020-10-22 17:12:44 +02:00
parent 3c22d9c4f7
commit ab54298c68
8 changed files with 1103 additions and 1073 deletions

View File

@@ -81,8 +81,8 @@ if __name__ == "__main__":
format="[%(levelname)s] %(message)s", stream=sys.stdout, level=loglevel)
# Display Python Version and path
logging.info(f"Python path : {sys.executable}")
logging.info(f"Python version : {sys.version}")
logging.info("Python path : %s", sys.executable)
logging.info("Python version : %s", sys.version)
# Choose the pypi package
ortools_name = "ortools"