Failing to LFS register should abort the import

This commit is contained in:
Dirk Müller
2023-12-07 18:29:56 +01:00
parent 56cbe0a125
commit dc0f33354e

View File

@@ -133,6 +133,7 @@ class LFSOid:
json=data,
timeout=10,
)
response.raise_for_status()
logging.info(f"Register LFS returned {response.status_code}")