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

Make the Canadian weather scripts work again. #152

Closed
wants to merge 1 commit into from

Conversation

linuxdude42
Copy link
Contributor

Fix the parsing code that is looking for the letter 'C' in the
temperature and dew-point lines. This was unnecessarily escaped as
'\C' which causes Perl to complain about a no longer supported regex.
Removing the escaping solves the problem.

Fixes https://code.mythtv.org/trac/ticket/13118

Fix the parsing code that is looking for the letter 'C' in the
temperature and dew-point lines.  This was unnecessarily escaped as
'\C' which causes Perl to complain about a no longer supported regex.
Removing the escaping solves the problem.
@Beirdo Beirdo closed this in 8f27146 Oct 11, 2017
@linuxdude42 linuxdude42 deleted the devel/dh/weather branch October 11, 2017 00:34
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