mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 01:04:51 +02:00
Fixes bugs when checking if this is a local project.
This commit is contained in:
parent
4f1674f50c
commit
5ca65093e4
@ -89,7 +89,7 @@ class Project:
|
||||
|
||||
def is_local(self):
|
||||
|
||||
return self._config().get("local", False)
|
||||
return self._config().getboolean("local", False)
|
||||
|
||||
@classmethod
|
||||
def _get_default_project_directory(cls):
|
||||
|
Loading…
Reference in New Issue
Block a user