forked from adamm/git-importer
Failing to LFS register should abort the import
This commit is contained in:
@@ -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}")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user