From: Diane Trout Date: Sun, 30 Dec 2007 23:30:30 +0000 (+0000) Subject: forgot to rename the caller and called when refactoring the dirlist parsing X-Git-Tag: 0.1.0~28 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=10edfbdf6991735c8711cf6c3d7418a60384dd43 forgot to rename the caller and called when refactoring the dirlist parsing --- diff --git a/gaworkflow/copier.py b/gaworkflow/copier.py index f59eafb..b78ad6a 100644 --- a/gaworkflow/copier.py +++ b/gaworkflow/copier.py @@ -37,7 +37,7 @@ class rsync(object): logging.debug("Rsync cmd:" + " ".join(args)) short_process = subprocess.Popen(args, stdout=subprocess.PIPE) - return self.list_parser(short_process.stdout) + return self.list_filter(short_process.stdout) def list_filter(self, lines): """