1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-16 05:18:56 +00:00

Fix syntax error.

This commit is contained in:
grossmj 2020-10-19 18:34:27 +10:30
parent af30361f72
commit 5d71ee25ee

View File

@ -318,8 +318,8 @@ async def import_project(project_id: UUID, request: Request):
raise ControllerForbiddenError("The server is not local") raise ControllerForbiddenError("The server is not local")
#FIXME: broken #FIXME: broken
#path = None path = None
#name = "test" name = "test"
# We write the content to a temporary location and after we extract it all. # We write the content to a temporary location and after we extract it all.
# It could be more optimal to stream this but it is not implemented in Python. # It could be more optimal to stream this but it is not implemented in Python.