Skip to content
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

parse username and password for connection string to escape special characters #11

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

sparul93
Copy link
Member

No description provided.

@sparul93 sparul93 requested a review from orlund September 11, 2024 22:09
@sparul93 sparul93 self-assigned this Sep 11, 2024
@@ -118,6 +119,7 @@ def file_pass(
walker = Walker(filter=[from_filter], ignore_errors=True, max_depth=1)
# Create a list of files to be transferred based on the filter.
total_files = list(walker.files(from_fs))
print("Files to move: ", len(total_files))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this just for testing?
should this be removed?

@sparul93 sparul93 requested a review from orlund September 11, 2024 22:21
Copy link
Member

@orlund orlund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@sparul93 sparul93 merged commit 1244068 into main Sep 11, 2024
4 checks passed
@sparul93 sparul93 deleted the test-pmind branch September 11, 2024 22:29
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 this pull request may close these issues.

2 participants