Avoid a traceback when using accelerate
This bit of code is attempting to access accelerate_inventory_host, which may not have been set/created. This will cause a traceback. Instead use getattr with a fallback to False.
Showing
Please
register
or
sign in
to comment