chiark / gitweb /
make-secnet-sites: Apply list() to keys in delempty
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 16:18:37 +0000 (17:18 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:16 +0000 (19:16 +0100)
It is not permitted (in Python3) to modify a dictionary like this,
while iterating over keys().  We have to make a list of the keys,
copying them.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>

No differences found