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
Using the -b option to put a branding string on the calendar crashes the program.
> ./papr.py -b=test Traceback (most recent call last): File "./papr.py", line 317, in <module> sys.exit(main()) File "./papr.py", line 312, in main drawCalendar(enviroment) File "./papr.py", line 216, in drawCalendar drawText(cr, env, env.brand, env.height - env.page_width + env.safety, env.width / 2 + 3, 6) File "./papr.py", line 69, in drawText layoutDay.set_text(text.split()[1])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the -b option to put a branding string on the calendar crashes the program.
The text was updated successfully, but these errors were encountered: