Skip to content

Typo in a recent commit? #322

@lurch

Description

@lurch

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions