Temporary fix for #550

This commit is contained in:
Micah Lee 2018-01-17 18:53:45 -08:00
parent 3b013f379f
commit f499b126cc
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -512,6 +512,10 @@ class Onion(object):
except AttributeError:
# Skip if cleanup was somehow run before connect
pass
except PermissionError:
# Skip if the directory is still open (#550)
# TODO: find a better solution
pass
def get_tor_socks_port(self):
"""