Skip to content

Commit

Permalink
Fix: error handling while initializing connection
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlach committed Oct 2, 2014
1 parent 27e6bc3 commit 12e3059
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
------------------------------------------------------------------------------
qPython 1.0 Beta 6 [TBA]
------------------------------------------------------------------------------

- Fix: error handling while initializing connection

------------------------------------------------------------------------------
qPython 1.0 Beta 5 [2014.10.01]
------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions qpython/qconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def _init_socket(self):
self._connection.settimeout(self.timeout)
except:
self._connection = None
raise


def close(self):
Expand Down

0 comments on commit 12e3059

Please sign in to comment.