Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 98c5cd77 authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

Don't break py35 compatibility

parent cd23baf8
No related branches found
No related tags found
No related merge requests found
Pipeline #94989 passed
......@@ -16,7 +16,7 @@ from .__version__ import __version__
logger = logging.getLogger(__name__)
DEFAULT_BASE_URL = "https://api.grid5000.fr/stable"
USER_AGENT = f"python-grid5000 {__version__}"
USER_AGENT = "python-grid5000 %s" % __version__
def _create_session(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment