Skip to content

Commit dd6066d

Browse files
committed
Bug in logging for unary controls
1 parent c79c7f9 commit dd6066d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnanexus/call_chip_from_tas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def get_tas(experiment, server, keypair, default_project, ta_folders):
326326
controlled_by_ta_name = control_ta.get('name')
327327
controlled_by_ta_id = control_ta.get('id')
328328
if controlled_by_ta_id and controlled_by_ta_id in used_controls:
329-
logging.warning('%s: Using same control %s %s for multiple reps' %(controlled_by_ta_id, controlled_by_ta_name))
329+
logging.warning('%s: Using same control %s for multiple reps' %(controlled_by_ta_id, controlled_by_ta_name))
330330
used_controls.append(controlled_by_ta_id)
331331
#if encode repns are 1,2 then let the pipline input rep numbers (1 or 2) be the same.
332332
#Otherwise the mapping is arbitrary, but at least do it with smaller rep number first.

0 commit comments

Comments
 (0)