mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Debugging for Windows.
This commit is contained in:
parent
51787295dd
commit
9f7f26700e
@ -113,6 +113,7 @@ class Symbols:
|
||||
except (OSError, KeyError):
|
||||
log.warning("Could not retrieve symbol '{}'".format(symbol_id))
|
||||
symbols_path = self._symbols_path
|
||||
log.warning(symbols_path)
|
||||
return symbols_path.get(":/symbols/classic/{}".format(os.path.basename(symbol_id)), symbols_path[":/symbols/classic/computer.svg"])
|
||||
|
||||
def get_size(self, symbol_id):
|
||||
|
Loading…
Reference in New Issue
Block a user