# HG changeset patch # User crs4 # Date 1489749943 14400 # Node ID a52ffeca0c61e6d0dc4f71360c3ff48250bc68f3 # Parent 389122e507eab4847f1d185d6f697979b1700bb7 Uploaded diff -r 389122e507ea -r a52ffeca0c61 conifer3/conifer.py --- 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)