Browse code

fix sync local2remote --dry-run

it's called src_exclude_list here. Thanks to ltmitch49 for reporting.

Matt Domsch authored on 2014/03/17 03:29:18
Showing 1 changed files
... ...
@@ -1378,7 +1378,7 @@ def cmd_sync_local2remote(args):
1378 1378
         error(u"or disable encryption with --no-encrypt parameter.")
1379 1379
         sys.exit(1)
1380 1380
 
1381
-    local_list, single_file_local, exclude_list = fetch_local_list(args[:-1], is_src = True, recursive = True)
1381
+    local_list, single_file_local, src_exclude_list = fetch_local_list(args[:-1], is_src = True, recursive = True)
1382 1382
 
1383 1383
     destinations = [args[-1]]
1384 1384
     if cfg.additional_destinations: