Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information