Home
last modified time | relevance | path

Searched refs:source_files (Results 1 – 1 of 1) sorted by relevance

/tools/acloud/public/actions/
Dcommon_operations.py153 def PullLogs(self, source_files, output_dir, user=None, ssh_rsa_path=None): argument
168 if isinstance(source_files, basestring):
169 source_files = [source_files]
170 for source_file in source_files: