Merge branch 'manyuser' of git@breakwa11:breakwa11/shadowsocks.git into manyuser
This commit is contained in:
commit
93c94fbe3c
1 changed files with 3 additions and 2 deletions
|
@ -87,8 +87,9 @@ def find_library(possible_lib_names, search_symbol, library_name):
|
|||
else:
|
||||
logging.warn('can\'t find symbol %s in %s', search_symbol,
|
||||
path)
|
||||
except ValueError as e:
|
||||
logging.error(e)
|
||||
except Exception:
|
||||
if path == paths[-1]:
|
||||
raise
|
||||
return None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue