We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e06e58 commit 7f40fbbCopy full SHA for 7f40fbb
systemvm/debian/opt/cloud/bin/cs/CsApp.py
@@ -1,4 +1,4 @@
1
- # -- coding: utf-8 --
+# -- coding: utf-8 --
2
# Licensed to the Apache Software Foundation (ASF) under one
3
# or more contributor license agreements. See the NOTICE file
4
# distributed with this work for additional information
systemvm/debian/opt/cloud/bin/cs_dhcp.py
@@ -26,7 +26,7 @@ def merge(dbag, data):
26
del(dbag[data['ipv4_address']])
27
else:
28
remove_keys = set()
29
- for key, entry in dbag.iteritems():
+ for key, entry in dbag.items():
30
if key != 'id' and entry['mac_address'] == data['mac_address']:
31
remove_keys.add(key)
32
break
0 commit comments