mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 05:13:49 +02:00
parent
961c209ab1
commit
b132d95a04
@ -39,6 +39,7 @@ class Symbols:
|
|||||||
def list(self):
|
def list(self):
|
||||||
self._symbols_path = {}
|
self._symbols_path = {}
|
||||||
symbols = []
|
symbols = []
|
||||||
|
if get_resource("symbols"):
|
||||||
for file in os.listdir(get_resource("symbols")):
|
for file in os.listdir(get_resource("symbols")):
|
||||||
if file.startswith('.'):
|
if file.startswith('.'):
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user