-
Notifications
You must be signed in to change notification settings - Fork 13
fix bad stripping with scheduled jobs #55
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
base: master
Are you sure you want to change the base?
Conversation
|
Thanks! Can you also post a sample of output when it breaks? |
|
In fact there are 2 problems
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128) So I modify with jpcw, macro.jinja2 line 38 by {{ job.date.decode('utf-8','ignore') }} {{ job.time }} then I had this result on almir : 07-aoû20 13 00: on dashboard page on the table "Scheduled" Column
|
Thanks! |
|
Thanks, I'm just posting there in case paste disappears. This is missing a test case and it can be merged :) |
|
This afternoon I will modify test to add this report Then you can merge :) |
|
With this new commit you can merge :) enjoy ;) |
|
thanks! |
problem with strip with august in job.date