diff options
Diffstat (limited to 'lldb/utils/sync-source/lib/transfer/transfer_spec.py')
-rw-r--r-- | lldb/utils/sync-source/lib/transfer/transfer_spec.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/utils/sync-source/lib/transfer/transfer_spec.py b/lldb/utils/sync-source/lib/transfer/transfer_spec.py index cc76c70bf41..12da8b64aa2 100644 --- a/lldb/utils/sync-source/lib/transfer/transfer_spec.py +++ b/lldb/utils/sync-source/lib/transfer/transfer_spec.py @@ -1,4 +1,5 @@ class TransferSpec(object): + def __init__(self, source_path, exclude_paths, dest_path): self.source_path = source_path self.exclude_paths = exclude_paths |