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

fix bugs for group_images.py #1058

Merged
merged 9 commits into from
Jun 24, 2023
Merged

fix bugs for group_images.py #1058

merged 9 commits into from
Jun 24, 2023

Conversation

FinFanFin
Copy link
Contributor

Fix a bug that the file's name copied by copy_other_files func is inconsistent with image's name.

bmaltais and others added 9 commits June 17, 2023 06:39
- This is a significant update to how setup work across different platform. It might be causing issues... especially for linux env like runpod. If you encounter problems please report them in the issues so I can try to address them. You can revert to the previous release with `git checkout v21.7.10`

The setup solution is now much more modulat and will simplify requirements support across different environments... hoping this will make it easier to run on different OS.
@bmaltais
Copy link
Owner

I am not sure I understand the goal of this PR. At the moment the following files:

my_image1.webp
my_image1.txt

Will be called:

group-1-my_image1.jpg
group-1-my_image1.txt

Are the image names not already consistant? Maybe there is corner case I don't understand?

@bmaltais
Copy link
Owner

I think I see the issue... the extension name might not be the same as the filename,,, yeah... this is an issue...

OK, I will merge to dev2

@bmaltais bmaltais changed the base branch from master to dev2 June 24, 2023 17:53
@bmaltais bmaltais merged commit f890e6c into bmaltais:dev2 Jun 24, 2023
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