forked from importers/git-importer
Failing to LFS register should abort the import
This commit is contained in:
parent
56cbe0a125
commit
dc0f33354e
@ -133,6 +133,7 @@ class LFSOid:
|
|||||||
json=data,
|
json=data,
|
||||||
timeout=10,
|
timeout=10,
|
||||||
)
|
)
|
||||||
|
response.raise_for_status()
|
||||||
logging.info(f"Register LFS returned {response.status_code}")
|
logging.info(f"Register LFS returned {response.status_code}")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user