Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
python3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vegitron committed Jul 17, 2015
1 parent e54c8cf commit f7338c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlshare_rest/backend/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def _insert_sql(table_name, row, row_count):

total_rows_loaded += data_len
except Exception as ex:
print "Ex: ", (str(ex))
print("Ex: ", (str(ex)))

t5 = time.time()

Expand Down

0 comments on commit f7338c7

Please sign in to comment.