Skip to content

Typo in a recent commit? #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lurch opened this issue Jul 29, 2019 · 1 comment · Fixed by #323
Closed

Typo in a recent commit? #322

lurch opened this issue Jul 29, 2019 · 1 comment · Fixed by #323

Comments

@lurch
Copy link
Contributor

lurch commented Jul 29, 2019

f274b32 adds:

    def copydir(self, src_path, dst_path, create=False):
        # stuff
            move_dir(src_fs, _src_path, dst_fs, _dst_path)

and also

    def copydir(self, src_path, dst_path, create=False):
        # stuff
            copy_dir(src_fs, _src_path, dst_fs, _dst_path)

Should the first def copydir actually have been def movedir ?

@willmcgugan willmcgugan mentioned this issue Jul 29, 2019
9 tasks
@willmcgugan
Copy link
Member

Good spot, thanks. I'll have a think about better tests for wrapfs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants