mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
Fixes #16760: datasource git on local file system fails
This commit is contained in:
parent
7e008b502c
commit
929ddf9b4e
@ -99,7 +99,7 @@ class GitBackend(DataBackend):
|
|||||||
)
|
)
|
||||||
elif not self.url_scheme:
|
elif not self.url_scheme:
|
||||||
clone_args["depth"] = None
|
clone_args["depth"] = None
|
||||||
del(clone_args["quiet"])
|
del (clone_args["quiet"])
|
||||||
|
|
||||||
logger.debug(f"Cloning git repo: {self.url}")
|
logger.debug(f"Cloning git repo: {self.url}")
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user