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

Deleting 1 folder from a file group deletes ALL that match it! #1440

Closed
ascobie opened this issue Jun 18, 2018 · 2 comments
Closed

Deleting 1 folder from a file group deletes ALL that match it! #1440

ascobie opened this issue Jun 18, 2018 · 2 comments

Comments

@ascobie
Copy link
Member

ascobie commented Jun 18, 2018

I saw this the other day and thought i was going mad, but nope, it's a bug alright.

Given an output file group/container with the folders:

blender-tile
blender-tile1
blender-tile2
blender-tile3

If you delete "blender-tile" it will delete all 4 folders from the container that start with that one. It must be doing a delete by matching prefix or something .... I quite often name my jobs: job1, 2, 3, 4, 5, ... and so the other day i deleted one job folder and all 10 were removed.

@timotheeguerin
Copy link
Member

Guess its because we delete by start with [folder-name] instead of [folder-name]/

@ascobie
Copy link
Member Author

ascobie commented Jun 18, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants