mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix Python 3 compatibility.
This commit is contained in:
@@ -38,7 +38,7 @@ class TestTablesNode(BaseTestGenerator):
|
||||
for index, description in enumerate(cursor.description):
|
||||
first_row[description.name] = fetch_result[0][index]
|
||||
|
||||
print first_row
|
||||
print (first_row)
|
||||
|
||||
oid = first_row['oid']
|
||||
name = first_row['name']
|
||||
|
||||
Reference in New Issue
Block a user