mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-24 15:00:57 +00: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