From 6a1f2c7717a7dc2a56b66759f118f5d3e0f31381 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 13 Jul 2012 16:31:48 -0700 Subject: [PATCH] Fix a refactoring error --- htsworkflow/pipelines/bustard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/pipelines/bustard.py b/htsworkflow/pipelines/bustard.py index dd831a1..cb32515 100644 --- a/htsworkflow/pipelines/bustard.py +++ b/htsworkflow/pipelines/bustard.py @@ -362,7 +362,7 @@ def bustard_from_ga1(pathname): if len(groups) < 3: msg = "Not enough information to create attributes"\ " from directory name: %s" - LOGGER.error(msg % (self.pathname,)) + LOGGER.error(msg % (pathname,)) return None b = Bustard() -- 2.30.2