mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 12:57:56 +00:00
Fix an error if you don't have permissions on your symbols directory
Fix #872
This commit is contained in:
parent
a1a677fcd3
commit
f90e6f2f5b
@ -29,7 +29,10 @@ class Symbols:
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
try:
|
||||
self.list()
|
||||
except OSError: # The error will be raised and forward later
|
||||
pass
|
||||
# Keep a cache of symbols size
|
||||
self._symbol_size_cache = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user