changeset 3:a52ffeca0c61 draft

Uploaded
author crs4
date Fri, 17 Mar 2017 07:25:43 -0400
parents 389122e507ea
children 41efb05e78e5
files conifer3/conifer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/conifer3/conifer.py	Fri Mar 17 07:17:38 2017 -0400
+++ b/conifer3/conifer.py	Fri Mar 17 07:25:43 2017 -0400
@@ -40,7 +40,7 @@
 		probe_fn = str(args.probes[0])
 		probes = cf.loadProbeList(probe_fn)
 		num_probes = len(probes)
-		print '[INIT] Successfully read in %d probes from %s' % (num_probes, probe_fn)
+		print '[INIT] Successfully read in %s probes from %s' % (str(num_probes), probe_fn)
 	except IOError as e: 
 		print '[ERROR] Cannot read probes file: ', probe_fn
 		sys.exit(0)