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] Paths containing "." are considered as invalid paths #15

Closed
limosoft-de opened this issue May 29, 2020 · 2 comments
Closed

[BUG] Paths containing "." are considered as invalid paths #15

limosoft-de opened this issue May 29, 2020 · 2 comments
Assignees
Labels
bug fixed Bugfix released in the latest version

Comments

@limosoft-de
Copy link
Owner

limosoft-de commented May 29, 2020

Describe the bug
Any paths containing a "." inside a folder name are treated as an invalid path during input. This will trigger an incorrect "Unsupported file format" error message.

To Reproduce

  1. Import images from a path like ".../User/Desktop/Test-01.01.1942"

Expected behavior
The images will be imported properly.

Symstem Information

  • OS: Windows 10
  • Raffy Timelapse Version: 2.2.0

Additional context
Split at "." character is causing issues.

@limosoft-de
Copy link
Owner Author

limosoft-de commented May 29, 2020

Bug fixed in 8d81fb9

Will be released in future release.

@limosoft-de limosoft-de added the fixed-not-released-yet This issue is fixed but not released yet label May 29, 2020
@limosoft-de
Copy link
Owner Author

Happy to announce that this is fixed in Version 2.3.0! 🎉

@limosoft-de limosoft-de added fixed Bugfix released in the latest version and removed fixed-not-released-yet This issue is fixed but not released yet labels Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed Bugfix released in the latest version
Projects
None yet
Development

No branches or pull requests

1 participant