mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-17 22:08:35 +00:00
parent
fa76b89731
commit
0226bb663f
@ -15,7 +15,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import copy
|
||||
import asyncio
|
||||
|
||||
|
||||
@ -29,7 +28,7 @@ class Pool():
|
||||
self._concurrency = concurrency
|
||||
|
||||
def append(self, task, *args, **kwargs):
|
||||
self._tasks.append((copy.copy(task), args, kwargs))
|
||||
self._tasks.append((task, args, kwargs))
|
||||
|
||||
@asyncio.coroutine
|
||||
def join(self):
|
||||
|
Loading…
Reference in New Issue
Block a user