-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfest-acceptedConfirmation that the PR is legit for HacktoberfestConfirmation that the PR is legit for Hacktoberfest
Description
SUMMARY
The docs file copy_files_scp has the input params for scp.put method swapped. See scp.pyx
It should be
scp.put(local_file, remote_file) instead of scp.put(remote_file, local_file)
ISSUE TYPE
- Documentation Report
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfest-acceptedConfirmation that the PR is legit for HacktoberfestConfirmation that the PR is legit for Hacktoberfest