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 file generation #3

Open
owlet123 opened this issue Sep 23, 2020 · 1 comment · Fixed by #5
Open

Fix file generation #3

owlet123 opened this issue Sep 23, 2020 · 1 comment · Fixed by #5

Comments

@owlet123
Copy link
Collaborator

  • Filenames are generated binary - use decimal format "{0:014d}". If you are using the same value more times, use constant for better orientation in code.

  • A new call rewrite previous files - do not lose old files, generate new files with a "unique" file name, or much better, a new call could generate files to new folder.

@andrejcermak
Copy link
Collaborator

FIXED in latets pull request

sustr4 added a commit that referenced this issue Oct 2, 2020
@sustr4 sustr4 linked a pull request Oct 2, 2020 that will close this issue
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 a pull request may close this issue.

2 participants