forgot to rename the caller and called when refactoring the dirlist parsing
authorDiane Trout <diane@caltech.edu>
Sun, 30 Dec 2007 23:30:30 +0000 (23:30 +0000)
committerDiane Trout <diane@caltech.edu>
Sun, 30 Dec 2007 23:30:30 +0000 (23:30 +0000)
gaworkflow/copier.py

index f59eafb9a1eb851f7e3237413b3ba1b3dcf38dca..b78ad6abac0bafce83a71449761796bbb0844f4d 100644 (file)
@@ -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):
     """