mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Fix grammar (#808)
* Fixed small grammatical error * Fixed small grammatical error
This commit is contained in:
parent
97391185e6
commit
d55c73bc8e
@ -524,10 +524,10 @@ class BaseNode:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if self.ubridge_path is None:
|
if self.ubridge_path is None:
|
||||||
raise NodeError("uBridge is not available or path doesn't exist. Or you just install GNS3 and need to restart your user session to refresh user permissions.")
|
raise NodeError("uBridge is not available, path doesn't exist, or you just installed GNS3 and need to restart your user session to refresh user permissions.")
|
||||||
|
|
||||||
if not self._manager.has_privileged_access(self.ubridge_path):
|
if not self._manager.has_privileged_access(self.ubridge_path):
|
||||||
raise NodeError("uBridge requires root access or capability to interact with network adapters")
|
raise NodeError("uBridge requires root access or the capability to interact with network adapters")
|
||||||
|
|
||||||
server_config = self._manager.config.get_section_config("Server")
|
server_config = self._manager.config.get_section_config("Server")
|
||||||
server_host = server_config.get("host")
|
server_host = server_config.get("host")
|
||||||
|
Loading…
Reference in New Issue
Block a user