Skip to content

Commit a583a70

Browse files
committed
ws
1 parent 9f4b09c commit a583a70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

v03_pipeline/lib/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def get_logger(name: str):
3232
if not _CONFIGURED:
3333
logging.config.dictConfig(LOG_CONFIG)
3434
_CONFIGURED = True
35-
return logging.getLogger(name)
35+
return logging.getLogger(name)

v03_pipeline/lib/tasks/write_project_family_tables_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_snv_write_project_family_tables_task(self) -> None:
3232
hl.read_table(write_family_table_task.output().path)
3333
for write_family_table_task in write_project_family_tables.dynamic_write_family_table_tasks
3434
]
35-
print('bensadf', len(hts))
3635
self.assertCountEqual(
3736
[ht.globals.sample_ids.collect() for ht in hts],
3837
[

0 commit comments

Comments
 (0)