Skip to content
New issue

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

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

Already on GitHub? # to your account

Update the save_file command in generate_dump to handle folders #28

Closed
wants to merge 1 commit into from

Conversation

DavidZagury
Copy link
Owner

Previously when a folder was given to be saved using this function, an empty file with the folder name would be created.

What I did

Support saving folders.

How I did it

Add a check to the save_file command, if the path that was provided is to a folder, use an appropriate method.

How to verify it

Previous command output (if the output of a command-line utility has changed)

New command output (if the output of a command-line utility has changed)

Previously when a folder was given to be saved using this function, an empty file with the folder name would be created.
@DavidZagury DavidZagury closed this Dec 3, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants