Searched refs:source_files (Results 1 – 1 of 1) sorted by relevance
153 def PullLogs(self, source_files, output_dir, user=None, ssh_rsa_path=None): argument168 if isinstance(source_files, basestring):169 source_files = [source_files]170 for source_file in source_files: