We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the script on a txt file containing only a single sample name (i.e. one line only) results in an index out of range error.
Traceback (most recent call last): File "./generate-stickers-AveryL7871/generateStickers.py", line 247, in <module> f"{names_list[0]}, {names_list[1]} ... " ~~~~~~~~~~^^^ IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
a11e22b
gl-eb
No branches or pull requests
Running the script on a txt file containing only a single sample name (i.e. one line only) results in an index out of range error.
The text was updated successfully, but these errors were encountered: