Fix X-ClearML headers to X-Clearml

This commit is contained in:
allegroai 2021-01-05 20:06:36 +02:00
parent 4bb8834551
commit 6f3257fed3

View File

@ -297,7 +297,7 @@ class MissingIdentity(Exception):
def _get_headers(name: str) -> Tuple[str, ...]:
return tuple("-".join(("X", p, name)) for p in ("ClearML", "Trains"))
return tuple("-".join(("X", p, name)) for p in ("Clearml", "Trains"))
class APICall(DataContainer):