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

[BUG]: Files with a ':' in their name are interpreted to be drives #57

Open
gamemaker1 opened this issue May 25, 2021 · 1 comment
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@gamemaker1
Copy link
Member

Describe the bug
When downloading/copying a file with a : in its name, the CLI assumes the : is in fact a drive separator. This only happens if the drive name is not already specified.

To Reproduce
Steps to reproduce the behavior:

  1. Rename a file to contain a : in its name (Google Drive/Gmail thread)
  2. Try downloading the file using the read command
  3. See error (drive not found)

Expected behavior
The file name with a ':' is downloaded without interpreting it as a drive

Screenshots
If applicable, add screenshots to help explain your problem.

Versions (please complete the following information):

  • Dabbu CLI Version: Affects all up to v3.2.0
  • OS Version: Affects Windows/MacOS/Linux
@gamemaker1 gamemaker1 added the bug Something isn't working label May 25, 2021
@gamemaker1
Copy link
Member Author

Similar to #56

@gamemaker1 gamemaker1 added the good first issue Good for newcomers label May 25, 2021
@gamemaker1 gamemaker1 added this to To do in Issue progress May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Development

No branches or pull requests

1 participant