Commit dae680c
committed
Fixes #1363 - Fixes 'dict_keys' not subscriptable for remote2local with
one local copy
_set_local_filename can be called with copy_paris as remote_list,
and "copy_pairs" is a normal dict and not a FileDict.
So, in that case, copy_pairs.keys() will be a view in py3 and so not
subscriptable.1 parent 8ca6afe commit dae680c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1411 | 1411 | | |
1412 | 1412 | | |
1413 | 1413 | | |
1414 | | - | |
| 1414 | + | |
1415 | 1415 | | |
1416 | 1416 | | |
1417 | | - | |
| 1417 | + | |
1418 | 1418 | | |
1419 | 1419 | | |
1420 | 1420 | | |
| |||
0 commit comments