From 9a1766bfcce1ec8d7d0ddc303ef3794cae7bd332 Mon Sep 17 00:00:00 2001 From: mprahl Date: Oct 04 2017 15:07:37 +0000 Subject: Use print function instead of the print statement --- diff --git a/client/odcs/client/odcs.py b/client/odcs/client/odcs.py index 06a5c6b..c82e4ab 100644 --- a/client/odcs/client/odcs.py +++ b/client/odcs/client/odcs.py @@ -170,7 +170,7 @@ class ODCS(object): # Print error, for debugging if r.status_code not in (200, 202): - print r.text + print(r.text) r.raise_for_status() return r