mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
errors now print to stderr
This commit is contained in:
@@ -90,8 +90,7 @@ except ImportError:
|
||||
try:
|
||||
import libbrook
|
||||
except:
|
||||
print('Brook.io inventory script requires libbrook. See https://github.com/doalitic/libbrook')
|
||||
sys.exit(1)
|
||||
sys.exit('Brook.io inventory script requires libbrook. See https://github.com/doalitic/libbrook')
|
||||
|
||||
|
||||
class BrookInventory:
|
||||
|
||||
Reference in New Issue
Block a user