mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Disable checking for available disk space. Ref #2548
This commit is contained in:
parent
abaeab6242
commit
7f45cc6f47
@ -106,7 +106,7 @@ class ProjectManager:
|
||||
if project_id is not None and project_id in self._projects:
|
||||
return self._projects[project_id]
|
||||
project = Project(name=name, project_id=project_id, path=path, variables=variables)
|
||||
self._check_available_disk_space(project)
|
||||
#self._check_available_disk_space(project) # FIXME: disabled for now
|
||||
self._projects[project.id] = project
|
||||
return project
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user