]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fix nested generator use
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 11 Feb 2020 21:37:53 +0000 (13:37 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 13 Feb 2020 15:51:09 +0000 (07:51 -0800)
commit92e5b7b15b9203a711db39e07214f9f566179791
tree619d537af7b6c805c56e99e22af9888219513002
parent87292811215f6ded9a784d3216a910faaef648e2
qa: fix nested generator use

Apparently Python doesn't allow nested generator calls. Hurray.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/filesystem.py