Python 3 compatibility
This commit is contained in:
parent
e3c859868c
commit
690402ccb3
@ -220,7 +220,7 @@ class Table(object):
|
||||
else:
|
||||
current_attr = current
|
||||
|
||||
for key, val in expected.iteritems():
|
||||
for key, val in expected.items():
|
||||
if 'Exists' in val and val['Exists'] == False:
|
||||
if key in current_attr:
|
||||
raise ValueError("The conditional request failed")
|
||||
|
Loading…
Reference in New Issue
Block a user