Fix Flake8 errors
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-performance-test / config_cleanup.py
index 1dd17f273e2baea308766e91428d2fc99137e934..188f6437c57822d58f8c40e453f1f5edb9f96c21 100755 (executable)
@@ -56,10 +56,10 @@ if __name__ == "__main__":
         sts = cleanup_config_fl(in_args.host, in_args.port)
         exp = 204
     else:
-        print 'Unknown controller type'
+        print('Unknown controller type')
         sys.exit(-1)
 
     if sts != exp:
-        print 'Failed to delete nodes in the config space, code %d' % sts
+        print('Failed to delete nodes in the config space, code %d' % sts)
     else:
-        print 'Nodes in config space deleted.'
+        print('Nodes in config space deleted.')