Add info if 'bloodhound' package not found

This commit is contained in:
Alexander Neff
2025-05-25 10:43:38 -04:00
parent 614de0b75f
commit 962a7ec45c
+2
View File
@@ -1287,6 +1287,8 @@ class ldap(connection):
self.logger.fail("Please run the following commands to fix this:")
self.logger.fail("poetry remove bloodhound")
self.logger.fail("poetry add bloodhound-ce")
self.logger.fail("If you get the error 'Package bloodhound not found', run 'poetry remove bloodhound-ce', then 'poetry add bloodhound-ce' again.")
self.logger.fail("")
# If using pipx
self.logger.fail("Or if you installed with pipx:")