mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Temporary fix for #550
This commit is contained in:
parent
3b013f379f
commit
f499b126cc
1 changed files with 4 additions and 0 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue