mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-16 22:38:18 +00:00
Handle old projects.
This commit is contained in:
@ -23,7 +23,7 @@ import asyncio
|
||||
def wait_run_in_executor(func, *args):
|
||||
"""
|
||||
Run blocking code in a different thread and wait
|
||||
the result.
|
||||
for the result.
|
||||
|
||||
:param func: Run this function in a different thread
|
||||
:param args: Parameters of the function
|
||||
|
Reference in New Issue
Block a user