mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Update package fact format after discussions with core team
This commit is contained in:
@@ -53,7 +53,8 @@ class CacheModule(BaseCacheModule):
|
||||
self.socket = self.context.socket(zmq.REQ)
|
||||
self.socket.connect(self._tower_connection)
|
||||
except Exception, e:
|
||||
print("Connection to zeromq failed at %s" % str(self._tower_connection))
|
||||
print("Connection to zeromq failed at %s with error: %s" % (str(self._tower_connection),
|
||||
str(e)))
|
||||
sys.exit(1)
|
||||
|
||||
def get(self, key):
|
||||
|
||||
Reference in New Issue
Block a user