Skip to content

Commit

Permalink
Fixed CrateCmd having a missing last_connected_servers attribute on i…
Browse files Browse the repository at this point in the history
…nitialisation
  • Loading branch information
autophagy committed Nov 7, 2017
1 parent 139f4b9 commit 0c08e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Changes
Fixes
-----

- Fixed an error caused by using the ``\verbose`` command before using
``\connect`` to connect to a host.

- Exit Crash correctly if an error occurs on startup, such as invalid host
format or unauthorized access to CrateDB.

Expand Down
1 change: 1 addition & 0 deletions src/crate/crash/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def __init__(self,
self.cert_file = cert_file
self.key_file = key_file
self.ca_cert_file = ca_cert_file
self.last_connected_servers = None

def get_num_columns(self):
return 80
Expand Down

0 comments on commit 0c08e17

Please sign in to comment.