fallback to localhost if detecting dnsserver fails

This commit is contained in:
Nick Sweeting 2024-10-03 03:53:50 -07:00
parent b36e89d086
commit 490e5ba11d
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -66,7 +66,7 @@ class BaseBinary(BaseHook, Binary):
symlink.unlink(missing_ok=True)
symlink.symlink_to(binary.abspath)
except Exception as err:
# print('[red]:caution: Failed to symlink binary into ./lib/bin folder[/red]', err)
# print('[red]:warning: Failed to symlink binary into ./lib/bin folder[/red]', err)
pass
@validate_call