[Pkg-privacy-commits] [onionshare] 192/256: Fix bug with displaying error message
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit 22c13fc7bf0e97dcddd03773f19882b037dc88b5
Author: Micah Lee <micah at micahflee.com>
Date: Wed May 17 11:36:32 2017 -0700
Fix bug with displaying error message
---
onionshare_gui/tor_connection_dialog.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare_gui/tor_connection_dialog.py b/onionshare_gui/tor_connection_dialog.py
index cf30b63..93c03be 100644
--- a/onionshare_gui/tor_connection_dialog.py
+++ b/onionshare_gui/tor_connection_dialog.py
@@ -137,7 +137,7 @@ class TorConnectionThread(QtCore.QThread):
except Exception as e:
common.log('TorConnectionThread', 'run', 'caught exception: {}'.format(e.args[0]))
- self.error_connecting_to_tor.emit(e.args[0])
+ self.error_connecting_to_tor.emit(str(e.args[0]))
def _tor_status_update(self, progress, summary):
self.tor_status_update.emit(progress, summary)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list