mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 07:18:18 +00:00
Fix project path
This commit is contained in:
@ -87,7 +87,7 @@ class BaseVM:
|
||||
Return VM working directory
|
||||
"""
|
||||
|
||||
return self._project.vm_working_directory(self._uuid)
|
||||
return self._project.vm_working_directory(self.module_name, self._uuid)
|
||||
|
||||
def create(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user