Python 3 compatibility
This commit is contained in:
parent
e3c859868c
commit
690402ccb3
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ class Table(object):
|
||||||
else:
|
else:
|
||||||
current_attr = current
|
current_attr = current
|
||||||
|
|
||||||
for key, val in expected.iteritems():
|
for key, val in expected.items():
|
||||||
if 'Exists' in val and val['Exists'] == False:
|
if 'Exists' in val and val['Exists'] == False:
|
||||||
if key in current_attr:
|
if key in current_attr:
|
||||||
raise ValueError("The conditional request failed")
|
raise ValueError("The conditional request failed")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue